#60CCBA

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

Shades of Downy #60CCBA

Tints of Downy #60CCBA

Color information

#60CCBA (or 0x60CCBA) is unknown color: approx Downy. HEX triplet: 60, CC and BA. RGB value is (96,204,186). Sum of RGB (Red+Green+Blue) = 96+204+186=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #60CCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CCBA is #9F3345. Grayscale: #A9A9A9. Windows color (decimal): -10433350 or 12242016. OLE color: 12242016.

HSL color Cylindrical-coordinate representation of color #60CCBA: hue angle of 170º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CCBA is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB96204186-
CMYK0.5300.090.2
HSL170º51.43%58.82%-
HSV(B)170º52.94%80%-
XYZ35.2849.2254.09-
YUV169.66137.2275.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.75%
GREEN value IS 204 (80.08% from 255) = 41.98%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=19.75%
G=41.98%
B=38.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal962041860.5300.090.217051.4358.82
Hex60CCBA350914aa333b
Octal14031427265011242526373
Binary11000001100110010111010110101010011010010101010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60CCBA; }

 p { color: rgb(96,204,186); }

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

<style>
 a { background-color: #60CCBA; }

 a { background-color: rgb(96,204,186); }

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

<style>
 span { border-color: #60CCBA; }

 span { border-color: rgb(96,204,186); }

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