Html Css Color HEX #66E2D1 Downy

📋 copy color: '#66E2D1'

red 102 ◦ green 226 ◦ blue 209

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

Shades of Downy #66E2D1

Tints of Downy #66E2D1

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.09%

 BLUE value IS 209 (82.03% from 255) = 38.92%

R = 18.99%
G = 42.09%
B = 38.92%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#66E2D1 (or 0x66E2D1) is known color: Downy. HEX triplet: 66, E2 and D1. RGB value is (102,226,209). Sum of RGB (Red+Green+Blue) = 102+226+209=537 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.99% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 226 - color contains mainly: green. Hex color #66E2D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E2D1 is #991D2E. Grayscale: #BABABA. Windows color (decimal): -10034479 or 13754982. OLE color: 13754982.

HSL color Cylindrical-coordinate representation of color #66E2D1: hue angle of 171.77º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E2D1 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 102 226 209 -
CMYK 0.55 0 0.08 0.11
HSL 171.77º 0.68% 0.64% -
HSV(B) 171.77º 0.55% 0.89% -
XYZ 44.18 61.82 69.93 -
YUV 186.99 140.42 67.38 -
System Red Green Blue C M Y K H S L
Decimal 102 226 209 0.55 0 0.08 0.11 171.77 0.68 0.64
Hex 66 E2 D1 37 0 8 B AC 44 40
Octal 146 342 321 67 0 10 13 254 104 100
Binary 1100110 11100010 11010001 110111 0 1000 1011 10101100 1000100 1000000

Color Harmonies of #66E2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E2D1

Black with #66E2D1

Text Example


Text Example

White with #66E2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,226,209); }

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

background-color css

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

 a { background-color: rgb(102,226,209); }

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

border-color css

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

 span { border-color: rgb(102,226,209); }

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