#60CABE

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

Shades of Downy #60CABE

Tints of Downy #60CABE

Color information

#60CABE (or 0x60CABE) is unknown color: approx Downy. HEX triplet: 60, CA and BE. RGB value is (96,202,190). Sum of RGB (Red+Green+Blue) = 96+202+190=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #60CABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CABE is #9F3541. Grayscale: #A8A8A8. Windows color (decimal): -10433858 or 12503648. OLE color: 12503648.

HSL color Cylindrical-coordinate representation of color #60CABE: hue angle of 173.21º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60CABE is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB96202190-
CMYK0.5200.060.21
HSL173.21º50%58.43%-
HSV(B)173.21º52.48%79.22%-
XYZ35.2448.4556.21-
YUV168.94139.8875.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.67%
GREEN value IS 202 (79.30% from 255) = 41.39%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=19.67%
G=41.39%
B=38.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal962021900.5200.060.21173.215058.43
Hex60CABE340615ad323a
Octal1403122766406252556272
Binary1100000110010101011111011010001101010110101101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,202,190); }

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

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

 a { background-color: rgb(96,202,190); }

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

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

 span { border-color: rgb(96,202,190); }

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