#60A97A

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

Shades of Ocean Green #60A97A

Tints of Ocean Green #60A97A

Color information

#60A97A (or 0x60A97A) is unknown color: approx Ocean Green. HEX triplet: 60, A9 and 7A. RGB value is (96,169,122). Sum of RGB (Red+Green+Blue) = 96+169+122=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 169 - color contains mainly: green. Hex color #60A97A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A97A is #9F5685. Grayscale: #8D8D8D. Windows color (decimal): -10442374 or 8038752. OLE color: 8038752.

HSL color Cylindrical-coordinate representation of color #60A97A: hue angle of 141.37º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60A97A is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB96169122-
CMYK0.4300.280.34
HSL141.37º29.8%51.96%-
HSV(B)141.37º43.2%66.27%-
XYZ22.5232.2723.45-
YUV141.82116.8295.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.81%
GREEN value IS 169 (66.41% from 255) = 43.67%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=24.81%
G=43.67%
B=31.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal961691220.4300.280.34141.3729.851.96
Hex60A97A2B01C228d1e34
Octal14025117253034422153664
Binary11000001010100111110101010110111001000101000110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,169,122); }

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

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

 a { background-color: rgb(96,169,122); }

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

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

 span { border-color: rgb(96,169,122); }

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