#66ECC1

Color #66ECC1 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #66ECC1

Tints of Downy #66ECC1

Color information

#66ECC1 (or 0x66ECC1) is unknown color: approx Downy. HEX triplet: 66, EC and C1. RGB value is (102,236,193). Sum of RGB (Red+Green+Blue) = 102+236+193=531 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.21% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #66ECC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66ECC1 is #99133E. Grayscale: #BFBFBF. Windows color (decimal): -10031935 or 12708966. OLE color: 12708966.

HSL color Cylindrical-coordinate representation of color #66ECC1: hue angle of 160.75º 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 #66ECC1 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB102236193-
CMYK0.5700.180.07
HSL160.75º77.91%66.27%-
HSV(B)160.75º56.78%92.55%-
XYZ45.166.6760.94-
YUV191.03129.1164.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.21%
GREEN value IS 236 (92.58% from 255) = 44.44%
BLUE value IS 193 (75.78% from 255) = 36.35%
R=19.21%
G=44.44%
B=36.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022361930.5700.180.07160.7577.9166.27
Hex66ECC1390127a14e42
Octal146354301710227241116102
Binary110011011101100110000011110010100101111010000110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ECC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66ECC1;
 }
 .AnyTagClassName
 {
   color: #66ECC1;
 }
</style>
background-color css

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

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

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

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

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

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