Html Css Color HEX #66DCCC Downy

📋 copy color: '#66DCCC'

red 102 ◦ green 220 ◦ blue 204

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

Shades of Downy #66DCCC

Tints of Downy #66DCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.83%

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

R = 19.39%
G = 41.83%
B = 38.78%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#66DCCC (or 0x66DCCC) is known color: Downy. HEX triplet: 66, DC and CC. RGB value is (102,220,204). Sum of RGB (Red+Green+Blue) = 102+220+204=526 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.39% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #66DCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DCCC is #992333. Grayscale: #B6B6B6. Windows color (decimal): -10036020 or 13425766. OLE color: 13425766.

HSL color Cylindrical-coordinate representation of color #66DCCC: hue angle of 171.86º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DCCC is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 220 204 -
CMYK 0.54 0 0.07 0.14
HSL 171.86º 0.63% 0.63% -
HSV(B) 171.86º 0.54% 0.86% -
XYZ 41.97 58.37 66.18 -
YUV 182.89 139.91 70.3 -
System Red Green Blue C M Y K H S L
Decimal 102 220 204 0.54 0 0.07 0.14 171.86 0.63 0.63
Hex 66 DC CC 36 0 7 E AC 3F 3F
Octal 146 334 314 66 0 7 16 254 77 77
Binary 1100110 11011100 11001100 110110 0 111 1110 10101100 111111 111111

Color Harmonies of #66DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DCCC

Black with #66DCCC

Text Example


Text Example

White with #66DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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