#60EDCF

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

Shades of Downy #60EDCF

Tints of Downy #60EDCF

Color information

#60EDCF (or 0x60EDCF) is unknown color: approx Downy. HEX triplet: 60, ED and CF. RGB value is (96,237,207). Sum of RGB (Red+Green+Blue) = 96+237+207=540 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.78% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #60EDCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EDCF is #9F1230. Grayscale: #BFBFBF. Windows color (decimal): -10424881 or 13626720. OLE color: 13626720.

HSL color Cylindrical-coordinate representation of color #60EDCF: hue angle of 167.23º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EDCF is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB96237207-
CMYK0.5900.130.07
HSL167.23º79.66%65.29%-
HSV(B)167.23º59.49%92.94%-
XYZ46.3767.5669.63-
YUV191.42136.7959.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.78%
GREEN value IS 237 (92.97% from 255) = 43.89%
BLUE value IS 207 (81.25% from 255) = 38.33%
R=17.78%
G=43.89%
B=38.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal962372070.5900.130.07167.2379.6665.29
Hex60EDCF3B0D7a75041
Octal140355317730157247120101
Binary11000001110110111001111111011011011111010011110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60EDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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