#60AE79

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

Shades of Ocean Green #60AE79

Tints of Ocean Green #60AE79

Color information

#60AE79 (or 0x60AE79) is unknown color: approx Ocean Green. HEX triplet: 60, AE and 79. RGB value is (96,174,121). Sum of RGB (Red+Green+Blue) = 96+174+121=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #60AE79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AE79 is #9F5186. Grayscale: #909090. Windows color (decimal): -10441095 or 7974496. OLE color: 7974496.

HSL color Cylindrical-coordinate representation of color #60AE79: hue angle of 139.23º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AE79 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB96174121-
CMYK0.4500.300.32
HSL139.23º32.5%52.94%-
HSV(B)139.23º44.83%68.24%-
XYZ23.4134.1423.44-
YUV144.64114.6693.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.55%
GREEN value IS 174 (68.36% from 255) = 44.50%
BLUE value IS 121 (47.66% from 255) = 30.95%
R=24.55%
G=44.50%
B=30.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961741210.4500.300.32139.2332.552.94
Hex60AE792D01E208b2035
Octal14025617155036402134065
Binary110000010101110111100110110101111010000010001011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,174,121); }

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

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

 a { background-color: rgb(96,174,121); }

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

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

 span { border-color: rgb(96,174,121); }

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