Html Css Color HEX #64CDCC Downy

📋 copy color: '#64CDCC'

red 100 ◦ green 205 ◦ blue 204

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

Shades of Downy #64CDCC

Tints of Downy #64CDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.28%

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 19.65%
G = 40.28%
B = 40.08%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#64CDCC (or 0x64CDCC) is known color: Downy. HEX triplet: 64, CD and CC. RGB value is (100,205,204). Sum of RGB (Red+Green+Blue) = 100+205+204=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #64CDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CDCC is #9B3233. Grayscale: #ADADAD. Windows color (decimal): -10170932 or 13421924. OLE color: 13421924.

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

Color convert

RGB 100 205 204 -
CMYK 0.51 0 0.00 0.20
HSL 179.43º 0.51% 0.6% -
HSV(B) 179.43º 0.51% 0.8% -
XYZ 37.99 50.73 64.92 -
YUV 173.49 145.21 75.58 -
System Red Green Blue C M Y K H S L
Decimal 100 205 204 0.51 0 0.00 0.20 179.43 0.51 0.6
Hex 64 CD CC 33 0 0 14 B3 33 3C
Octal 144 315 314 63 0 0 24 263 63 74
Binary 1100100 11001101 11001100 110011 0 0 10100 10110011 110011 111100

Color Harmonies of #64CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CDCC

Black with #64CDCC

Text Example


Text Example

White with #64CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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