Html Css Color HEX #64CBB2 Medium Aquamarine

📋 copy color: '#64CBB2'

red 100 ◦ green 203 ◦ blue 178

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

Shades of Medium Aquamarine #64CBB2

Tints of Medium Aquamarine #64CBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.01%

R = 20.79%
G = 42.2%
B = 37.01%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#64CBB2 (or 0x64CBB2) is known color: Medium Aquamarine. HEX triplet: 64, CB and B2. RGB value is (100,203,178). Sum of RGB (Red+Green+Blue) = 100+203+178=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #64CBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CBB2 is #9B344D. Grayscale: #A9A9A9. Windows color (decimal): -10171470 or 11717476. OLE color: 11717476.

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

Color convert

RGB 100 203 178 -
CMYK 0.51 0 0.12 0.20
HSL 165.44º 0.5% 0.59% -
HSV(B) 165.44º 0.51% 0.8% -
XYZ 34.65 48.64 49.68 -
YUV 169.35 132.88 78.53 -
System Red Green Blue C M Y K H S L
Decimal 100 203 178 0.51 0 0.12 0.20 165.44 0.5 0.59
Hex 64 CB B2 33 0 C 14 A5 32 3B
Octal 144 313 262 63 0 14 24 245 62 73
Binary 1100100 11001011 10110010 110011 0 1100 10100 10100101 110010 111011

Color Harmonies of #64CBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CBB2

Black with #64CBB2

Text Example


Text Example

White with #64CBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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