#60F2C1

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

Shades of Downy #60F2C1

Tints of Downy #60F2C1

Color information

#60F2C1 (or 0x60F2C1) is unknown color: approx Downy. HEX triplet: 60, F2 and C1. RGB value is (96,242,193). Sum of RGB (Red+Green+Blue) = 96+242+193=531 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.08% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #60F2C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F2C1 is #9F0D3E. Grayscale: #C0C0C0. Windows color (decimal): -10423615 or 12710496. OLE color: 12710496.

HSL color Cylindrical-coordinate representation of color #60F2C1: hue angle of 159.86º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F2C1 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB96242193-
CMYK0.6000.200.05
HSL159.86º84.88%66.27%-
HSV(B)159.86º60.33%94.9%-
XYZ46.269.8461.5-
YUV192.76128.1358.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.08%
GREEN value IS 242 (94.92% from 255) = 45.57%
BLUE value IS 193 (75.78% from 255) = 36.35%
R=18.08%
G=45.57%
B=36.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal962421930.6000.200.05159.8684.8866.27
Hex60F2C13C0145a05542
Octal140362301740245240125102
Binary110000011110010110000011111000101001011010000010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,242,193); }

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

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

 a { background-color: rgb(96,242,193); }

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

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

 span { border-color: rgb(96,242,193); }

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