Html Css Color HEX #66DDBB Downy

📋 copy color: '#66DDBB'

red 102 ◦ green 221 ◦ blue 187

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

Shades of Downy #66DDBB

Tints of Downy #66DDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 20%
G = 43.33%
B = 36.67%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#66DDBB (or 0x66DDBB) is known color: Downy. HEX triplet: 66, DD and BB. RGB value is (102,221,187). Sum of RGB (Red+Green+Blue) = 102+221+187=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDBB is #992244. Grayscale: #B5B5B5. Windows color (decimal): -10035781 or 12311910. OLE color: 12311910.

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

Color convert

RGB 102 221 187 -
CMYK 0.54 0 0.15 0.13
HSL 162.86º 0.64% 0.63% -
HSV(B) 162.86º 0.54% 0.87% -
XYZ 40.31 58.13 56.11 -
YUV 181.54 131.08 71.26 -
System Red Green Blue C M Y K H S L
Decimal 102 221 187 0.54 0 0.15 0.13 162.86 0.64 0.63
Hex 66 DD BB 36 0 F D A3 40 3F
Octal 146 335 273 66 0 17 15 243 100 77
Binary 1100110 11011101 10111011 110110 0 1111 1101 10100011 1000000 111111

Color Harmonies of #66DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DDBB

Black with #66DDBB

Text Example


Text Example

White with #66DDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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