#66C3BD

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

Shades of Downy #66C3BD

Tints of Downy #66C3BD

Color information

#66C3BD (or 0x66C3BD) is unknown color: approx Downy. HEX triplet: 66, C3 and BD. RGB value is (102,195,189). Sum of RGB (Red+Green+Blue) = 102+195+189=486 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.99% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #66C3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C3BD is #993C42. Grayscale: #A6A6A6. Windows color (decimal): -10042435 or 12436326. OLE color: 12436326.

HSL color Cylindrical-coordinate representation of color #66C3BD: hue angle of 176.13º 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 #66C3BD is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB102195189-
CMYK0.4800.030.24
HSL176.13º43.66%58.24%-
HSV(B)176.13º47.69%76.47%-
XYZ34.1845.5355.13-
YUV166.51140.6981.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.99%
GREEN value IS 195 (76.56% from 255) = 40.12%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=20.99%
G=40.12%
B=38.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021951890.4800.030.24176.1343.6658.24
Hex66C3BD300318b02c3a
Octal1463032756003302605472
Binary110011011000011101111011100000111100010110000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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