#5AB477

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

Shades of Ocean Green #5AB477

Tints of Ocean Green #5AB477

Color information

#5AB477 (or 0x5AB477) is unknown color: approx Ocean Green. HEX triplet: 5A, B4 and 77. RGB value is (90,180,119). Sum of RGB (Red+Green+Blue) = 90+180+119=389 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.14% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB477 is #A54B88. Grayscale: #929292. Windows color (decimal): -10832777 or 7844954. OLE color: 7844954.

HSL color Cylindrical-coordinate representation of color #5AB477: hue angle of 139.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB477 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB90180119-
CMYK0.5000.340.29
HSL139.33º37.5%52.94%-
HSV(B)139.33º50%70.59%-
XYZ23.8736.1523.17-
YUV146.14112.6887.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.14%
GREEN value IS 180 (70.70% from 255) = 46.27%
BLUE value IS 119 (46.88% from 255) = 30.59%
R=23.14%
G=46.27%
B=30.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal901801190.5000.340.29139.3337.552.94
Hex5AB477320221D8b2635
Octal13226416762042352134665
Binary101101010110100111011111001001000101110110001011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AB477; }

 p { color: rgb(90,180,119); }

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

<style>
 a { background-color: #5AB477; }

 a { background-color: rgb(90,180,119); }

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

<style>
 span { border-color: #5AB477; }

 span { border-color: rgb(90,180,119); }

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