#60F0C9

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

Shades of Downy #60F0C9

Tints of Downy #60F0C9

Color information

#60F0C9 (or 0x60F0C9) is unknown color: approx Downy. HEX triplet: 60, F0 and C9. RGB value is (96,240,201). Sum of RGB (Red+Green+Blue) = 96+240+201=537 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.88% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #60F0C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F0C9 is #9F0F36. Grayscale: #C0C0C0. Windows color (decimal): -10424119 or 13234272. OLE color: 13234272.

HSL color Cylindrical-coordinate representation of color #60F0C9: hue angle of 163.75º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F0C9 is Cyan = 0.6, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB96240201-
CMYK0.600.160.06
HSL163.75º82.76%65.88%-
HSV(B)163.75º60%94.12%-
XYZ46.5369.0266.13-
YUV192.5132.7959.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.88%
GREEN value IS 240 (94.14% from 255) = 44.69%
BLUE value IS 201 (78.91% from 255) = 37.43%
R=17.88%
G=44.69%
B=37.43%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal962402010.600.160.06163.7582.7665.88
Hex60F0C93C0106a45342
Octal140360311740206244123102
Binary110000011110000110010011111000100001101010010010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,240,201); }

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

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

 a { background-color: rgb(96,240,201); }

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

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

 span { border-color: rgb(96,240,201); }

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