#66F0BC

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

Shades of Downy #66F0BC

Tints of Downy #66F0BC

Color information

#66F0BC (or 0x66F0BC) is unknown color: approx Downy. HEX triplet: 66, F0 and BC. RGB value is (102,240,188). Sum of RGB (Red+Green+Blue) = 102+240+188=530 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.25% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #66F0BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F0BC is #990F43. Grayscale: #C0C0C0. Windows color (decimal): -10030916 or 12382310. OLE color: 12382310.

HSL color Cylindrical-coordinate representation of color #66F0BC: hue angle of 157.39º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66F0BC is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB102240188-
CMYK0.5800.220.06
HSL157.39º82.14%67.06%-
HSV(B)157.39º57.5%94.12%-
XYZ45.7268.7858.44-
YUV192.81125.2863.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.25%
GREEN value IS 240 (94.14% from 255) = 45.28%
BLUE value IS 188 (73.83% from 255) = 35.47%
R=19.25%
G=45.28%
B=35.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1022401880.5800.220.06157.3982.1467.06
Hex66F0BC3A01669d5243
Octal146360274720266235122103
Binary110011011110000101111001110100101101101001110110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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