Html Css Color HEX #66DDD1 Downy

📋 copy color: '#66DDD1'

red 102 ◦ green 221 ◦ blue 209

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

Shades of Downy #66DDD1

Tints of Downy #66DDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.29%

R = 19.17%
G = 41.54%
B = 39.29%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#66DDD1 (or 0x66DDD1) is known color: Downy. HEX triplet: 66, DD and D1. RGB value is (102,221,209). Sum of RGB (Red+Green+Blue) = 102+221+209=532 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.17% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDD1 is #99222E. Grayscale: #B7B7B7. Windows color (decimal): -10035759 or 13753702. OLE color: 13753702.

HSL color Cylindrical-coordinate representation of color #66DDD1: hue angle of 173.95º 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 #66DDD1 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 221 209 -
CMYK 0.54 0 0.05 0.13
HSL 173.95º 0.64% 0.63% -
HSV(B) 173.95º 0.54% 0.87% -
XYZ 42.84 59.14 69.48 -
YUV 184.05 142.08 69.48 -
System Red Green Blue C M Y K H S L
Decimal 102 221 209 0.54 0 0.05 0.13 173.95 0.64 0.63
Hex 66 DD D1 36 0 5 D AE 40 3F
Octal 146 335 321 66 0 5 15 256 100 77
Binary 1100110 11011101 11010001 110110 0 101 1101 10101110 1000000 111111

Color Harmonies of #66DDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DDD1

Black with #66DDD1

Text Example


Text Example

White with #66DDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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