#66C3B8

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

Shades of Downy #66C3B8

Tints of Downy #66C3B8

Color information

#66C3B8 (or 0x66C3B8) is unknown color: approx Downy. HEX triplet: 66, C3 and B8. RGB value is (102,195,184). Sum of RGB (Red+Green+Blue) = 102+195+184=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #66C3B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C3B8 is #993C47. Grayscale: #A5A5A5. Windows color (decimal): -10042440 or 12108646. OLE color: 12108646.

HSL color Cylindrical-coordinate representation of color #66C3B8: hue angle of 172.9º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C3B8 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB102195184-
CMYK0.4800.060.24
HSL172.9º43.66%58.24%-
HSV(B)172.9º47.69%76.47%-
XYZ33.6545.3252.32-
YUV165.94138.1982.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.21%
GREEN value IS 195 (76.56% from 255) = 40.54%
BLUE value IS 184 (72.27% from 255) = 38.25%
R=21.21%
G=40.54%
B=38.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021951840.4800.060.24172.943.6658.24
Hex66C3B8300618ad2c3a
Octal1463032706006302555472
Binary1100110110000111011100011000001101100010101101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C3B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,195,184); }

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

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

 a { background-color: rgb(102,195,184); }

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

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

 span { border-color: rgb(102,195,184); }

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