Html Css Color HEX #66ECC5 Downy

📋 copy color: '#66ECC5'

red 102 ◦ green 236 ◦ blue 197

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

Shades of Downy #66ECC5

Tints of Downy #66ECC5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.11%

 BLUE value IS 197 (77.34% from 255) = 36.82%

R = 19.07%
G = 44.11%
B = 36.82%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#66ECC5 (or 0x66ECC5) is known color: Downy. HEX triplet: 66, EC and C5. RGB value is (102,236,197). Sum of RGB (Red+Green+Blue) = 102+236+197=535 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.07% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #66ECC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66ECC5 is #99133A. Grayscale: #BFBFBF. Windows color (decimal): -10031931 or 12971110. OLE color: 12971110.

HSL color Cylindrical-coordinate representation of color #66ECC5: hue angle of 162.54º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66ECC5 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 236 197 -
CMYK 0.57 0 0.17 0.07
HSL 162.54º 0.78% 0.66% -
HSV(B) 162.54º 0.57% 0.93% -
XYZ 45.55 66.85 63.33 -
YUV 191.49 131.11 64.17 -
System Red Green Blue C M Y K H S L
Decimal 102 236 197 0.57 0 0.17 0.07 162.54 0.78 0.66
Hex 66 EC C5 39 0 11 7 A3 4E 42
Octal 146 354 305 71 0 21 7 243 116 102
Binary 1100110 11101100 11000101 111001 0 10001 111 10100011 1001110 1000010

Color Harmonies of #66ECC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ECC5

Black with #66ECC5

Text Example


Text Example

White with #66ECC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,236,197); }

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

background-color css

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

 a { background-color: rgb(102,236,197); }

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

border-color css

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

 span { border-color: rgb(102,236,197); }

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