#66E7C1

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

Shades of Downy #66E7C1

Tints of Downy #66E7C1

Color information

#66E7C1 (or 0x66E7C1) is unknown color: approx Downy. HEX triplet: 66, E7 and C1. RGB value is (102,231,193). Sum of RGB (Red+Green+Blue) = 102+231+193=526 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.39% from 526); Green value is 231 (90.62% from 255 or 43.92% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 231 - color contains mainly: green. Hex color #66E7C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66E7C1 is #99183E. Grayscale: #BCBCBC. Windows color (decimal): -10033215 or 12707686. OLE color: 12707686.

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

Color convert

RGB102231193-
CMYK0.5600.160.09
HSL162.33º72.88%65.29%-
HSV(B)162.33º55.84%90.59%-
XYZ43.6863.8360.47-
YUV188.1130.7666.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.39%
GREEN value IS 231 (90.62% from 255) = 43.92%
BLUE value IS 193 (75.78% from 255) = 36.69%
R=19.39%
G=43.92%
B=36.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1022311930.5600.160.09162.3372.8865.29
Hex66E7C1380109a24941
Octal1463473017002011242111101
Binary1100110111001111100000111100001000010011010001010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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