#66CCBE

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

Shades of Downy #66CCBE

Tints of Downy #66CCBE

Color information

#66CCBE (or 0x66CCBE) is unknown color: approx Downy. HEX triplet: 66, CC and BE. RGB value is (102,204,190). Sum of RGB (Red+Green+Blue) = 102+204+190=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCBE is #993341. Grayscale: #ABABAB. Windows color (decimal): -10040130 or 12504166. OLE color: 12504166.

HSL color Cylindrical-coordinate representation of color #66CCBE: hue angle of 171.76º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CCBE is Cyan = 0.5, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB102204190-
CMYK0.500.070.2
HSL171.76º50%60%-
HSV(B)171.76º50%80%-
XYZ36.3749.7356.4-
YUV171.91138.2178.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.56%
GREEN value IS 204 (80.08% from 255) = 41.13%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=20.56%
G=41.13%
B=38.31%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1022041900.500.070.2171.765060
Hex66CCBE320714ac323c
Octal1463142766207242546274
Binary1100110110011001011111011001001111010010101100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,204,190); }

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

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

 a { background-color: rgb(102,204,190); }

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

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

 span { border-color: rgb(102,204,190); }

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