Html Css Color HEX #64CEAF Medium Aquamarine

📋 copy color: '#64CEAF'

red 100 ◦ green 206 ◦ blue 175

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

Shades of Medium Aquamarine #64CEAF

Tints of Medium Aquamarine #64CEAF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.83%

 BLUE value IS 175 (68.75% from 255) = 36.38%

R = 20.79%
G = 42.83%
B = 36.38%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#64CEAF (or 0x64CEAF) is known color: Medium Aquamarine. HEX triplet: 64, CE and AF. RGB value is (100,206,175). Sum of RGB (Red+Green+Blue) = 100+206+175=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #64CEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CEAF is #9B3150. Grayscale: #AAAAAA. Windows color (decimal): -10170705 or 11521636. OLE color: 11521636.

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

Color convert

RGB 100 206 175 -
CMYK 0.51 0 0.15 0.19
HSL 162.45º 0.52% 0.6% -
HSV(B) 162.45º 0.51% 0.81% -
XYZ 35.06 49.95 48.35 -
YUV 170.77 130.38 77.52 -
System Red Green Blue C M Y K H S L
Decimal 100 206 175 0.51 0 0.15 0.19 162.45 0.52 0.6
Hex 64 CE AF 33 0 F 13 A2 34 3C
Octal 144 316 257 63 0 17 23 242 64 74
Binary 1100100 11001110 10101111 110011 0 1111 10011 10100010 110100 111100

Color Harmonies of #64CEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CEAF

Black with #64CEAF

Text Example


Text Example

White with #64CEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,206,175); }

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

background-color css

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

 a { background-color: rgb(100,206,175); }

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

border-color css

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

 span { border-color: rgb(100,206,175); }

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