Html Css Color HEX #64CDA6 Medium Aquamarine

📋 copy color: '#64CDA6'

red 100 ◦ green 205 ◦ blue 166

#64CDA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #64CDA6

Tints of Medium Aquamarine #64CDA6

RGB

 RED value IS 100 (39.45% from 255) = 21.23%

 GREEN value IS 205 (80.47% from 255) = 43.52%

 BLUE value IS 166 (65.23% from 255) = 35.24%

R = 21.23%
G = 43.52%
B = 35.24%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#64CDA6 (or 0x64CDA6) is known color: Medium Aquamarine. HEX triplet: 64, CD and A6. RGB value is (100,205,166). Sum of RGB (Red+Green+Blue) = 100+205+166=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #64CDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CDA6 is #9B3259. Grayscale: #A9A9A9. Windows color (decimal): -10170970 or 10931556. OLE color: 10931556.

HSL color Cylindrical-coordinate representation of color #64CDA6: hue angle of 157.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CDA6 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 205 166 -
CMYK 0.51 0 0.19 0.20
HSL 157.71º 0.51% 0.6% -
HSV(B) 157.71º 0.51% 0.8% -
XYZ 33.97 49.13 43.77 -
YUV 169.16 126.21 78.67 -
System Red Green Blue C M Y K H S L
Decimal 100 205 166 0.51 0 0.19 0.20 157.71 0.51 0.6
Hex 64 CD A6 33 0 13 14 9E 33 3C
Octal 144 315 246 63 0 23 24 236 63 74
Binary 1100100 11001101 10100110 110011 0 10011 10100 10011110 110011 111100

Color Harmonies of #64CDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CDA6

Black with #64CDA6

Text Example


Text Example

White with #64CDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64CDA6; }

 p { color: rgb(100,205,166); }

 H1.HeaderClassName
 {
   color: #64CDA6;
 }
 .AnyTagClassName
 {
   color: #64CDA6;
 }
</style>

background-color css

<style>
 a { background-color: #64CDA6; }

 a { background-color: rgb(100,205,166); }

 div.DivClassName
 {
   background-color: #64CDA6;
 }
 .BgClassName
 {
   background-color: #64CDA6;
 }
</style>

border-color css

<style>
 span { border-color: #64CDA6; }

 span { border-color: rgb(100,205,166); }

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