Html Css Color HEX #64CBAF Medium Aquamarine

📋 copy color: '#64CBAF'

red 100 ◦ green 203 ◦ blue 175

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

Shades of Medium Aquamarine #64CBAF

Tints of Medium Aquamarine #64CBAF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.47%

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

R = 20.92%
G = 42.47%
B = 36.61%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#64CBAF (or 0x64CBAF) is known color: Medium Aquamarine. HEX triplet: 64, CB and AF. RGB value is (100,203,175). Sum of RGB (Red+Green+Blue) = 100+203+175=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #64CBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CBAF is #9B3450. Grayscale: #A9A9A9. Windows color (decimal): -10171473 or 11520868. OLE color: 11520868.

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

Color convert

RGB 100 203 175 -
CMYK 0.51 0 0.14 0.20
HSL 163.69º 0.5% 0.59% -
HSV(B) 163.69º 0.51% 0.8% -
XYZ 34.35 48.52 48.11 -
YUV 169.01 131.38 78.78 -
System Red Green Blue C M Y K H S L
Decimal 100 203 175 0.51 0 0.14 0.20 163.69 0.5 0.59
Hex 64 CB AF 33 0 E 14 A4 32 3B
Octal 144 313 257 63 0 16 24 244 62 73
Binary 1100100 11001011 10101111 110011 0 1110 10100 10100100 110010 111011

Color Harmonies of #64CBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CBAF

Black with #64CBAF

Text Example


Text Example

White with #64CBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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