#5AB376

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

Shades of Ocean Green #5AB376

Tints of Ocean Green #5AB376

Color information

#5AB376 (or 0x5AB376) is unknown color: approx Ocean Green. HEX triplet: 5A, B3 and 76. RGB value is (90,179,118). Sum of RGB (Red+Green+Blue) = 90+179+118=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB376 is #A54C89. Grayscale: #919191. Windows color (decimal): -10833034 or 7779162. OLE color: 7779162.

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

Color convert

RGB90179118-
CMYK0.5000.340.30
HSL138.88º36.93%52.75%-
HSV(B)138.88º49.72%70.2%-
XYZ23.6135.7222.79-
YUV145.44112.5188.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.26%
GREEN value IS 179 (70.31% from 255) = 46.25%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=23.26%
G=46.25%
B=30.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal901791180.5000.340.30138.8836.9352.75
Hex5AB376320221E8b2535
Octal13226316662042362134565
Binary101101010110011111011011001001000101111010001011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,179,118); }

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

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

 a { background-color: rgb(90,179,118); }

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

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

 span { border-color: rgb(90,179,118); }

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