Html Css Color HEX #64C9BA Downy

📋 copy color: '#64C9BA'

red 100 ◦ green 201 ◦ blue 186

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

Shades of Downy #64C9BA

Tints of Downy #64C9BA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.27%

 BLUE value IS 186 (73.05% from 255) = 38.19%

R = 20.53%
G = 41.27%
B = 38.19%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#64C9BA (or 0x64C9BA) is known color: Downy. HEX triplet: 64, C9 and BA. RGB value is (100,201,186). Sum of RGB (Red+Green+Blue) = 100+201+186=487 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.53% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 201 - color contains mainly: green. Hex color #64C9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C9BA is #9B3645. Grayscale: #A9A9A9. Windows color (decimal): -10171974 or 12241252. OLE color: 12241252.

HSL color Cylindrical-coordinate representation of color #64C9BA: hue angle of 171.09º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C9BA is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 201 186 -
CMYK 0.50 0 0.07 0.21
HSL 171.09º 0.48% 0.59% -
HSV(B) 171.09º 0.5% 0.79% -
XYZ 35.01 48.03 53.88 -
YUV 169.09 137.54 78.72 -
System Red Green Blue C M Y K H S L
Decimal 100 201 186 0.50 0 0.07 0.21 171.09 0.48 0.59
Hex 64 C9 BA 32 0 7 15 AB 30 3B
Octal 144 311 272 62 0 7 25 253 60 73
Binary 1100100 11001001 10111010 110010 0 111 10101 10101011 110000 111011

Color Harmonies of #64C9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C9BA

Black with #64C9BA

Text Example


Text Example

White with #64C9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,201,186); }

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

background-color css

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

 a { background-color: rgb(100,201,186); }

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

border-color css

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

 span { border-color: rgb(100,201,186); }

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