Html Css Color HEX #66DBBE Downy

📋 copy color: '#66DBBE'

red 102 ◦ green 219 ◦ blue 190

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

Shades of Downy #66DBBE

Tints of Downy #66DBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.86%

 BLUE value IS 190 (74.61% from 255) = 37.18%

R = 19.96%
G = 42.86%
B = 37.18%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#66DBBE (or 0x66DBBE) is known color: Downy. HEX triplet: 66, DB and BE. RGB value is (102,219,190). Sum of RGB (Red+Green+Blue) = 102+219+190=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #66DBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DBBE is #992441. Grayscale: #B4B4B4. Windows color (decimal): -10036290 or 12508006. OLE color: 12508006.

HSL color Cylindrical-coordinate representation of color #66DBBE: hue angle of 165.13º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DBBE is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 219 190 -
CMYK 0.53 0 0.13 0.14
HSL 165.13º 0.62% 0.63% -
HSV(B) 165.13º 0.53% 0.86% -
XYZ 40.11 57.21 57.64 -
YUV 180.71 133.24 71.86 -
System Red Green Blue C M Y K H S L
Decimal 102 219 190 0.53 0 0.13 0.14 165.13 0.62 0.63
Hex 66 DB BE 35 0 D E A5 3E 3F
Octal 146 333 276 65 0 15 16 245 76 77
Binary 1100110 11011011 10111110 110101 0 1101 1110 10100101 111110 111111

Color Harmonies of #66DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DBBE

Black with #66DBBE

Text Example


Text Example

White with #66DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,219,190); }

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

background-color css

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

 a { background-color: rgb(102,219,190); }

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

border-color css

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

 span { border-color: rgb(102,219,190); }

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