#60CBC6

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

Shades of Downy #60CBC6

Tints of Downy #60CBC6

Color information

#60CBC6 (or 0x60CBC6) is unknown color: approx Downy. HEX triplet: 60, CB and C6. RGB value is (96,203,198). Sum of RGB (Red+Green+Blue) = 96+203+198=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 203 - color contains mainly: green. Hex color #60CBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CBC6 is #9F3439. Grayscale: #AAAAAA. Windows color (decimal): -10433594 or 13028192. OLE color: 13028192.

HSL color Cylindrical-coordinate representation of color #60CBC6: hue angle of 177.2º 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 #60CBC6 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB96203198-
CMYK0.5300.020.20
HSL177.2º50.71%58.63%-
HSV(B)177.2º52.71%79.61%-
XYZ36.3749.2861.02-
YUV170.44143.5574.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.32%
GREEN value IS 203 (79.69% from 255) = 40.85%
BLUE value IS 198 (77.73% from 255) = 39.84%
R=19.32%
G=40.85%
B=39.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal962031980.5300.020.20177.250.7158.63
Hex60CBC6350214b1333b
Octal1403133066502242616373
Binary110000011001011110001101101010101010010110001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,203,198); }

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

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

 a { background-color: rgb(96,203,198); }

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

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

 span { border-color: rgb(96,203,198); }

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