Html Css Color HEX #64CCBD Downy

📋 copy color: '#64CCBD'

red 100 ◦ green 204 ◦ blue 189

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

Shades of Downy #64CCBD

Tints of Downy #64CCBD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.38%

 BLUE value IS 189 (74.22% from 255) = 38.34%

R = 20.28%
G = 41.38%
B = 38.34%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#64CCBD (or 0x64CCBD) is known color: Downy. HEX triplet: 64, CC and BD. RGB value is (100,204,189). Sum of RGB (Red+Green+Blue) = 100+204+189=493 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.28% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #64CCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CCBD is #9B3342. Grayscale: #ABABAB. Windows color (decimal): -10171203 or 12438628. OLE color: 12438628.

HSL color Cylindrical-coordinate representation of color #64CCBD: hue angle of 171.35º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CCBD is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 204 189 -
CMYK 0.51 0 0.07 0.2
HSL 171.35º 0.5% 0.6% -
HSV(B) 171.35º 0.51% 0.8% -
XYZ 36.03 49.57 55.81 -
YUV 171.19 138.04 77.22 -
System Red Green Blue C M Y K H S L
Decimal 100 204 189 0.51 0 0.07 0.2 171.35 0.5 0.6
Hex 64 CC BD 33 0 7 14 AB 32 3C
Octal 144 314 275 63 0 7 24 253 62 74
Binary 1100100 11001100 10111101 110011 0 111 10100 10101011 110010 111100

Color Harmonies of #64CCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CCBD

Black with #64CCBD

Text Example


Text Example

White with #64CCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,204,189); }

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

background-color css

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

 a { background-color: rgb(100,204,189); }

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

border-color css

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

 span { border-color: rgb(100,204,189); }

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