Html Css Color HEX #66CDCC Downy

📋 copy color: '#66CDCC'

red 102 ◦ green 205 ◦ blue 204

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

Shades of Downy #66CDCC

Tints of Downy #66CDCC

RGB

 RED value IS 102 (40.23% from 255) = 19.96%

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

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

R = 19.96%
G = 40.12%
B = 39.92%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#66CDCC (or 0x66CDCC) is known color: Downy. HEX triplet: 66, CD and CC. RGB value is (102,205,204). Sum of RGB (Red+Green+Blue) = 102+205+204=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #66CDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CDCC is #993233. Grayscale: #ADADAD. Windows color (decimal): -10039860 or 13421926. OLE color: 13421926.

HSL color Cylindrical-coordinate representation of color #66CDCC: hue angle of 179.42º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CDCC is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 205 204 -
CMYK 0.50 0 0.00 0.20
HSL 179.42º 0.51% 0.6% -
HSV(B) 179.42º 0.5% 0.8% -
XYZ 38.21 50.85 64.93 -
YUV 174.09 144.88 76.58 -
System Red Green Blue C M Y K H S L
Decimal 102 205 204 0.50 0 0.00 0.20 179.42 0.51 0.6
Hex 66 CD CC 32 0 0 14 B3 33 3C
Octal 146 315 314 62 0 0 24 263 63 74
Binary 1100110 11001101 11001100 110010 0 0 10100 10110011 110011 111100

Color Harmonies of #66CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CDCC

Black with #66CDCC

Text Example


Text Example

White with #66CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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