#5AB077

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

Shades of Ocean Green #5AB077

Tints of Ocean Green #5AB077

Color information

#5AB077 (or 0x5AB077) is unknown color: approx Ocean Green. HEX triplet: 5A, B0 and 77. RGB value is (90,176,119). Sum of RGB (Red+Green+Blue) = 90+176+119=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB077 is #A54F88. Grayscale: #8F8F8F. Windows color (decimal): -10833801 or 7843930. OLE color: 7843930.

HSL color Cylindrical-coordinate representation of color #5AB077: hue angle of 140.23º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB077 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB90176119-
CMYK0.4900.320.31
HSL140.23º35.25%52.16%-
HSV(B)140.23º48.86%69.02%-
XYZ23.0734.5622.91-
YUV143.79114.0189.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.38%
GREEN value IS 176 (69.14% from 255) = 45.71%
BLUE value IS 119 (46.88% from 255) = 30.91%
R=23.38%
G=45.71%
B=30.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal901761190.4900.320.31140.2335.2552.16
Hex5AB077310201F8c2334
Octal13226016761040372144364
Binary101101010110000111011111000101000001111110001100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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