Html Css Color HEX #64D0BB Downy

📋 copy color: '#64D0BB'

red 100 ◦ green 208 ◦ blue 187

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

Shades of Downy #64D0BB

Tints of Downy #64D0BB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.02%

 BLUE value IS 187 (73.44% from 255) = 37.78%

R = 20.2%
G = 42.02%
B = 37.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#64D0BB (or 0x64D0BB) is known color: Downy. HEX triplet: 64, D0 and BB. RGB value is (100,208,187). Sum of RGB (Red+Green+Blue) = 100+208+187=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #64D0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D0BB is #9B2F44. Grayscale: #ADADAD. Windows color (decimal): -10170181 or 12308580. OLE color: 12308580.

HSL color Cylindrical-coordinate representation of color #64D0BB: hue angle of 168.33º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D0BB is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 208 187 -
CMYK 0.52 0 0.10 0.18
HSL 168.33º 0.53% 0.6% -
HSV(B) 168.33º 0.52% 0.82% -
XYZ 36.78 51.41 55 -
YUV 173.31 135.72 75.71 -
System Red Green Blue C M Y K H S L
Decimal 100 208 187 0.52 0 0.10 0.18 168.33 0.53 0.6
Hex 64 D0 BB 34 0 A 12 A8 35 3C
Octal 144 320 273 64 0 12 22 250 65 74
Binary 1100100 11010000 10111011 110100 0 1010 10010 10101000 110101 111100

Color Harmonies of #64D0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D0BB

Black with #64D0BB

Text Example


Text Example

White with #64D0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,208,187); }

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

background-color css

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

 a { background-color: rgb(100,208,187); }

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

border-color css

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

 span { border-color: rgb(100,208,187); }

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