#60A480

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

Shades of Ocean Green #60A480

Tints of Ocean Green #60A480

Color information

#60A480 (or 0x60A480) is unknown color: approx Ocean Green. HEX triplet: 60, A4 and 80. RGB value is (96,164,128). Sum of RGB (Red+Green+Blue) = 96+164+128=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 164 - color contains mainly: green. Hex color #60A480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A480 is #9F5B7F. Grayscale: #8B8B8B. Windows color (decimal): -10443648 or 8430688. OLE color: 8430688.

HSL color Cylindrical-coordinate representation of color #60A480: hue angle of 148.24º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60A480 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB96164128-
CMYK0.4100.220.36
HSL148.24º27.2%50.98%-
HSV(B)148.24º41.46%64.31%-
XYZ2230.625.17-
YUV139.56121.4796.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.74%
GREEN value IS 164 (64.45% from 255) = 42.27%
BLUE value IS 128 (50.39% from 255) = 32.99%
R=24.74%
G=42.27%
B=32.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal961641280.4100.220.36148.2427.250.98
Hex60A4802901624941b33
Octal14024420051026442243363
Binary110000010100100100000001010010101101001001001010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,164,128); }

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

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

 a { background-color: rgb(96,164,128); }

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

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

 span { border-color: rgb(96,164,128); }

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