Html Css Color HEX #66DDCF Downy

📋 copy color: '#66DDCF'

red 102 ◦ green 221 ◦ blue 207

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

Shades of Downy #66DDCF

Tints of Downy #66DDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.06%

R = 19.25%
G = 41.7%
B = 39.06%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#66DDCF (or 0x66DDCF) is known color: Downy. HEX triplet: 66, DD and CF. RGB value is (102,221,207). Sum of RGB (Red+Green+Blue) = 102+221+207=530 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.25% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDCF is #992230. Grayscale: #B7B7B7. Windows color (decimal): -10035761 or 13622630. OLE color: 13622630.

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

Color convert

RGB 102 221 207 -
CMYK 0.54 0 0.06 0.13
HSL 172.94º 0.64% 0.63% -
HSV(B) 172.94º 0.54% 0.87% -
XYZ 42.6 59.04 68.18 -
YUV 183.82 141.08 69.64 -
System Red Green Blue C M Y K H S L
Decimal 102 221 207 0.54 0 0.06 0.13 172.94 0.64 0.63
Hex 66 DD CF 36 0 6 D AD 40 3F
Octal 146 335 317 66 0 6 15 255 100 77
Binary 1100110 11011101 11001111 110110 0 110 1101 10101101 1000000 111111

Color Harmonies of #66DDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DDCF

Black with #66DDCF

Text Example


Text Example

White with #66DDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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