Html Css Color HEX #66E9D2 Downy

📋 copy color: '#66E9D2'

red 102 ◦ green 233 ◦ blue 210

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

Shades of Downy #66E9D2

Tints of Downy #66E9D2

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.75%

 BLUE value IS 210 (82.42% from 255) = 38.53%

R = 18.72%
G = 42.75%
B = 38.53%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#66E9D2 (or 0x66E9D2) is known color: Downy. HEX triplet: 66, E9 and D2. RGB value is (102,233,210). Sum of RGB (Red+Green+Blue) = 102+233+210=545 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.72% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #66E9D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66E9D2 is #99162D. Grayscale: #BFBFBF. Windows color (decimal): -10032686 or 13822310. OLE color: 13822310.

HSL color Cylindrical-coordinate representation of color #66E9D2: hue angle of 169.47º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E9D2 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 102 233 210 -
CMYK 0.56 0 0.10 0.09
HSL 169.47º 0.75% 0.66% -
HSV(B) 169.47º 0.56% 0.91% -
XYZ 46.25 65.76 71.23 -
YUV 191.21 138.6 64.37 -
System Red Green Blue C M Y K H S L
Decimal 102 233 210 0.56 0 0.10 0.09 169.47 0.75 0.66
Hex 66 E9 D2 38 0 A 9 A9 4B 42
Octal 146 351 322 70 0 12 11 251 113 102
Binary 1100110 11101001 11010010 111000 0 1010 1001 10101001 1001011 1000010

Color Harmonies of #66E9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E9D2

Black with #66E9D2

Text Example


Text Example

White with #66E9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,233,210); }

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

background-color css

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

 a { background-color: rgb(102,233,210); }

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

border-color css

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

 span { border-color: rgb(102,233,210); }

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