#66C7BC

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

Shades of Downy #66C7BC

Tints of Downy #66C7BC

Color information

#66C7BC (or 0x66C7BC) is unknown color: approx Downy. HEX triplet: 66, C7 and BC. RGB value is (102,199,188). Sum of RGB (Red+Green+Blue) = 102+199+188=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 199 - color contains mainly: green. Hex color #66C7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C7BC is #993843. Grayscale: #A8A8A8. Windows color (decimal): -10041412 or 12371814. OLE color: 12371814.

HSL color Cylindrical-coordinate representation of color #66C7BC: hue angle of 173.2º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66C7BC is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB102199188-
CMYK0.4900.060.22
HSL173.2º46.41%59.02%-
HSV(B)173.2º48.74%78.04%-
XYZ34.9847.354.86-
YUV168.74138.8680.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.86%
GREEN value IS 199 (78.12% from 255) = 40.70%
BLUE value IS 188 (73.83% from 255) = 38.45%
R=20.86%
G=40.70%
B=38.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1021991880.4900.060.22173.246.4159.02
Hex66C7BC310616ad2e3b
Octal1463072746106262555673
Binary1100110110001111011110011000101101011010101101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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