#65FDA7

Color #65FDA7 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #65FDA7

Tints of Medium Aquamarine #65FDA7

Color information

#65FDA7 (or 0x65FDA7) is unknown color: approx Medium Aquamarine. HEX triplet: 65, FD and A7. RGB value is (101,253,167). Sum of RGB (Red+Green+Blue) = 101+253+167=521 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.39% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #65FDA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FDA7 is #9A0258. Grayscale: #C5C5C5. Windows color (decimal): -10093145 or 11009381. OLE color: 11009381.

HSL color Cylindrical-coordinate representation of color #65FDA7: hue angle of 146.05º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FDA7 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB101253167-
CMYK0.6000.340.01
HSL146.05º97.44%69.41%-
HSV(B)146.05º60.08%99.22%-
XYZ47.4775.8148.69-
YUV197.75110.6458.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 19.39%
GREEN value IS 253 (99.22% from 255) = 48.56%
BLUE value IS 167 (65.62% from 255) = 32.05%
R=19.39%
G=48.56%
B=32.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012531670.6000.340.01146.0597.4469.41
Hex65FDA73C0221926145
Octal145375247740421222141105
Binary11001011111110110100111111100010001011001001011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65FDA7; }

 p { color: rgb(101,253,167); }

 H1.HeaderClassName
 {
   color: #65FDA7;
 }
 .AnyTagClassName
 {
   color: #65FDA7;
 }
</style>
background-color css

<style>
 a { background-color: #65FDA7; }

 a { background-color: rgb(101,253,167); }

 div.DivClassName
 {
   background-color: #65FDA7;
 }
 .BgClassName
 {
   background-color: #65FDA7;
 }
</style>
border-color css

<style>
 span { border-color: #65FDA7; }

 span { border-color: rgb(101,253,167); }

 td.TdClassName
 {
   border-color: #65FDA7;
 }
 .TagClassName
 {
   border-color: #65FDA7;
 }
</style>