Html Css Color HEX #64CEB0 Medium Aquamarine

📋 copy color: '#64CEB0'

red 100 ◦ green 206 ◦ blue 176

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

Shades of Medium Aquamarine #64CEB0

Tints of Medium Aquamarine #64CEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.51%

R = 20.75%
G = 42.74%
B = 36.51%

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

#64CEB0 (or 0x64CEB0) is known color: Medium Aquamarine. HEX triplet: 64, CE and B0. RGB value is (100,206,176). Sum of RGB (Red+Green+Blue) = 100+206+176=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #64CEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CEB0 is #9B314F. Grayscale: #AAAAAA. Windows color (decimal): -10170704 or 11587172. OLE color: 11587172.

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

Color convert

RGB 100 206 176 -
CMYK 0.51 0 0.15 0.19
HSL 163.02º 0.52% 0.6% -
HSV(B) 163.02º 0.51% 0.81% -
XYZ 35.16 49.99 48.87 -
YUV 170.89 130.88 77.44 -
System Red Green Blue C M Y K H S L
Decimal 100 206 176 0.51 0 0.15 0.19 163.02 0.52 0.6
Hex 64 CE B0 33 0 F 13 A3 34 3C
Octal 144 316 260 63 0 17 23 243 64 74
Binary 1100100 11001110 10110000 110011 0 1111 10011 10100011 110100 111100

Color Harmonies of #64CEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CEB0

Black with #64CEB0

Text Example


Text Example

White with #64CEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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