#66f1bf

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

Shades of Downy #66F1BF

Tints of Downy #66F1BF

Color information

#66F1BF (or 0x66F1BF) is unknown color: approx Downy. HEX triplet: 66, F1 and BF. RGB value is (102,241,191). Sum of RGB (Red+Green+Blue) = 102+241+191=534 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.10% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #66F1BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F1BF is #990E40. Grayscale: #C1C1C1. Windows color (decimal): -10030657 or 12579174. OLE color: 12579174.

HSL color Cylindrical-coordinate representation of color #66F1BF: hue angle of 158.42º 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 #66F1BF is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB102241191-
CMYK0.5800.210.05
HSL158.42º83.23%67.25%-
HSV(B)158.42º57.68%94.51%-
XYZ46.3469.560.26-
YUV193.74126.4562.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.10%
GREEN value IS 241 (94.53% from 255) = 45.13%
BLUE value IS 191 (75% from 255) = 35.77%
R=19.10%
G=45.13%
B=35.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1022411910.5800.210.05158.4283.2367.25
Hex66F1BF3A01559e5343
Octal146361277720255236123103
Binary110011011110001101111111110100101011011001111010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66f1bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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