#60D5BB

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

Shades of Downy #60D5BB

Tints of Downy #60D5BB

Color information

#60D5BB (or 0x60D5BB) is unknown color: approx Downy. HEX triplet: 60, D5 and BB. RGB value is (96,213,187). Sum of RGB (Red+Green+Blue) = 96+213+187=496 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.35% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #60D5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D5BB is #9F2A44. Grayscale: #AFAFAF. Windows color (decimal): -10431045 or 12309856. OLE color: 12309856.

HSL color Cylindrical-coordinate representation of color #60D5BB: hue angle of 166.67º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D5BB is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB96213187-
CMYK0.5500.120.16
HSL166.67º58.21%60.59%-
HSV(B)166.67º54.93%83.53%-
XYZ37.5953.6655.39-
YUV175.05134.7471.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.35%
GREEN value IS 213 (83.59% from 255) = 42.94%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=19.35%
G=42.94%
B=37.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal962131870.5500.120.16166.6758.2160.59
Hex60D5BB370C10a73a3d
Octal14032527367014202477275
Binary11000001101010110111011110111011001000010100111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,213,187); }

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

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

 a { background-color: rgb(96,213,187); }

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

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

 span { border-color: rgb(96,213,187); }

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