Html Css Color HEX #64CBAA Medium Aquamarine

📋 copy color: '#64CBAA'

red 100 ◦ green 203 ◦ blue 170

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

Shades of Medium Aquamarine #64CBAA

Tints of Medium Aquamarine #64CBAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.94%

R = 21.14%
G = 42.92%
B = 35.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#64CBAA (or 0x64CBAA) is known color: Medium Aquamarine. HEX triplet: 64, CB and AA. RGB value is (100,203,170). Sum of RGB (Red+Green+Blue) = 100+203+170=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #64CBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CBAA is #9B3455. Grayscale: #A8A8A8. Windows color (decimal): -10171478 or 11193188. OLE color: 11193188.

HSL color Cylindrical-coordinate representation of color #64CBAA: hue angle of 160.78º 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 #64CBAA is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 203 170 -
CMYK 0.51 0 0.16 0.20
HSL 160.78º 0.5% 0.59% -
HSV(B) 160.78º 0.51% 0.8% -
XYZ 33.87 48.32 45.57 -
YUV 168.44 128.88 79.18 -
System Red Green Blue C M Y K H S L
Decimal 100 203 170 0.51 0 0.16 0.20 160.78 0.5 0.59
Hex 64 CB AA 33 0 10 14 A1 32 3B
Octal 144 313 252 63 0 20 24 241 62 73
Binary 1100100 11001011 10101010 110011 0 10000 10100 10100001 110010 111011

Color Harmonies of #64CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CBAA

Black with #64CBAA

Text Example


Text Example

White with #64CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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