Html Css Color HEX #66DDC2 Downy

📋 copy color: '#66DDC2'

red 102 ◦ green 221 ◦ blue 194

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

Shades of Downy #66DDC2

Tints of Downy #66DDC2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.75%

 BLUE value IS 194 (76.17% from 255) = 37.52%

R = 19.73%
G = 42.75%
B = 37.52%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#66DDC2 (or 0x66DDC2) is known color: Downy. HEX triplet: 66, DD and C2. RGB value is (102,221,194). Sum of RGB (Red+Green+Blue) = 102+221+194=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDC2 is #99223D. Grayscale: #B6B6B6. Windows color (decimal): -10035774 or 12770662. OLE color: 12770662.

HSL color Cylindrical-coordinate representation of color #66DDC2: hue angle of 166.39º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DDC2 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 221 194 -
CMYK 0.54 0 0.12 0.13
HSL 166.39º 0.64% 0.63% -
HSV(B) 166.39º 0.54% 0.87% -
XYZ 41.07 58.43 60.15 -
YUV 182.34 134.58 70.7 -
System Red Green Blue C M Y K H S L
Decimal 102 221 194 0.54 0 0.12 0.13 166.39 0.64 0.63
Hex 66 DD C2 36 0 C D A6 40 3F
Octal 146 335 302 66 0 14 15 246 100 77
Binary 1100110 11011101 11000010 110110 0 1100 1101 10100110 1000000 111111

Color Harmonies of #66DDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DDC2

Black with #66DDC2

Text Example


Text Example

White with #66DDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,221,194); }

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

background-color css

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

 a { background-color: rgb(102,221,194); }

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

border-color css

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

 span { border-color: rgb(102,221,194); }

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