Html Css Color HEX #66DEBB Downy

📋 copy color: '#66DEBB'

red 102 ◦ green 222 ◦ blue 187

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

Shades of Downy #66DEBB

Tints of Downy #66DEBB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.44%

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

R = 19.96%
G = 43.44%
B = 36.59%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#66DEBB (or 0x66DEBB) is known color: Downy. HEX triplet: 66, DE and BB. RGB value is (102,222,187). Sum of RGB (Red+Green+Blue) = 102+222+187=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #66DEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DEBB is #992144. Grayscale: #B6B6B6. Windows color (decimal): -10035525 or 12312166. OLE color: 12312166.

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

Color convert

RGB 102 222 187 -
CMYK 0.54 0 0.16 0.13
HSL 162.5º 0.65% 0.64% -
HSV(B) 162.5º 0.54% 0.87% -
XYZ 40.57 58.66 56.2 -
YUV 182.13 130.74 70.85 -
System Red Green Blue C M Y K H S L
Decimal 102 222 187 0.54 0 0.16 0.13 162.5 0.65 0.64
Hex 66 DE BB 36 0 10 D A2 41 40
Octal 146 336 273 66 0 20 15 242 101 100
Binary 1100110 11011110 10111011 110110 0 10000 1101 10100010 1000001 1000000

Color Harmonies of #66DEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DEBB

Black with #66DEBB

Text Example


Text Example

White with #66DEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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