#66F1BC

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

Shades of Downy #66F1BC

Tints of Downy #66F1BC

Color information

#66F1BC (or 0x66F1BC) is unknown color: approx Downy. HEX triplet: 66, F1 and BC. RGB value is (102,241,188). Sum of RGB (Red+Green+Blue) = 102+241+188=531 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.21% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #66F1BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F1BC is #990E43. Grayscale: #C1C1C1. Windows color (decimal): -10030660 or 12382566. OLE color: 12382566.

HSL color Cylindrical-coordinate representation of color #66F1BC: hue angle of 157.12º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F1BC is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB102241188-
CMYK0.5800.220.05
HSL157.12º83.23%67.25%-
HSV(B)157.12º57.68%94.51%-
XYZ46.0169.3758.54-
YUV193.4124.9562.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.21%
GREEN value IS 241 (94.53% from 255) = 45.39%
BLUE value IS 188 (73.83% from 255) = 35.40%
R=19.21%
G=45.39%
B=35.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1022411880.5800.220.05157.1283.2367.25
Hex66F1BC3A01659d5343
Octal146361274720265235123103
Binary110011011110001101111001110100101101011001110110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,241,188); }

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

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

 a { background-color: rgb(102,241,188); }

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

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

 span { border-color: rgb(102,241,188); }

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