#5AB182

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

Shades of Ocean Green #5AB182

Tints of Ocean Green #5AB182

Color information

#5AB182 (or 0x5AB182) is unknown color: approx Ocean Green. HEX triplet: 5A, B1 and 82. RGB value is (90,177,130). Sum of RGB (Red+Green+Blue) = 90+177+130=397 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.67% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AB182 is #A54E7D. Grayscale: #919191. Windows color (decimal): -10833534 or 8565082. OLE color: 8565082.

HSL color Cylindrical-coordinate representation of color #5AB182: hue angle of 147.59º degrees, saturation: 0.36, 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 #5AB182 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB90177130-
CMYK0.4900.270.31
HSL147.59º35.8%52.35%-
HSV(B)147.59º49.15%69.41%-
XYZ23.9735.2326.66-
YUV145.63119.1888.32-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.67%
GREEN value IS 177 (69.53% from 255) = 44.58%
BLUE value IS 130 (51.17% from 255) = 32.75%
R=22.67%
G=44.58%
B=32.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal901771300.4900.270.31147.5935.852.35
Hex5AB1823101B1F942434
Octal13226120261033372244464
Binary101101010110001100000101100010110111111110010100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,177,130); }

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

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

 a { background-color: rgb(90,177,130); }

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

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

 span { border-color: rgb(90,177,130); }

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