#60CFC8

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

Shades of Downy #60CFC8

Tints of Downy #60CFC8

Color information

#60CFC8 (or 0x60CFC8) is unknown color: approx Downy. HEX triplet: 60, CF and C8. RGB value is (96,207,200). Sum of RGB (Red+Green+Blue) = 96+207+200=503 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.09% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #60CFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CFC8 is #9F3037. Grayscale: #ACACAC. Windows color (decimal): -10432568 or 13160288. OLE color: 13160288.

HSL color Cylindrical-coordinate representation of color #60CFC8: hue angle of 176.22º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60CFC8 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB96207200-
CMYK0.5400.030.19
HSL176.22º53.62%59.41%-
HSV(B)176.22º53.62%81.18%-
XYZ37.5651.2862.56-
YUV173.01143.2373.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.09%
GREEN value IS 207 (81.25% from 255) = 41.15%
BLUE value IS 200 (78.52% from 255) = 39.76%
R=19.09%
G=41.15%
B=39.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal962072000.5400.030.19176.2253.6259.41
Hex60CFC8360313b0363b
Octal1403173106603232606673
Binary110000011001111110010001101100111001110110000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,207,200); }

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

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

 a { background-color: rgb(96,207,200); }

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

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

 span { border-color: rgb(96,207,200); }

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