#60A581

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

Shades of Ocean Green #60A581

Tints of Ocean Green #60A581

Color information

#60A581 (or 0x60A581) is unknown color: approx Ocean Green. HEX triplet: 60, A5 and 81. RGB value is (96,165,129). Sum of RGB (Red+Green+Blue) = 96+165+129=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #60A581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A581 is #9F5A7E. Grayscale: #8C8C8C. Windows color (decimal): -10443391 or 8496480. OLE color: 8496480.

HSL color Cylindrical-coordinate representation of color #60A581: hue angle of 148.7º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60A581 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB96165129-
CMYK0.4200.220.35
HSL148.7º27.71%51.18%-
HSV(B)148.7º41.82%64.71%-
XYZ22.2430.9825.58-
YUV140.26121.6496.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.62%
GREEN value IS 165 (64.84% from 255) = 42.31%
BLUE value IS 129 (50.78% from 255) = 33.08%
R=24.62%
G=42.31%
B=33.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal961651290.4200.220.35148.727.7151.18
Hex60A5812A01623951c33
Octal14024520152026432253463
Binary110000010100101100000011010100101101000111001010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,165,129); }

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

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

 a { background-color: rgb(96,165,129); }

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

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

 span { border-color: rgb(96,165,129); }

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