#5AB47C

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

Shades of Ocean Green #5AB47C

Tints of Ocean Green #5AB47C

Color information

#5AB47C (or 0x5AB47C) is unknown color: approx Ocean Green. HEX triplet: 5A, B4 and 7C. RGB value is (90,180,124). Sum of RGB (Red+Green+Blue) = 90+180+124=394 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.84% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB47C is #A54B83. Grayscale: #929292. Windows color (decimal): -10832772 or 8172634. OLE color: 8172634.

HSL color Cylindrical-coordinate representation of color #5AB47C: hue angle of 142.67º 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 #5AB47C is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB90180124-
CMYK0.5000.310.29
HSL142.67º37.5%52.94%-
HSV(B)142.67º50%70.59%-
XYZ24.1836.2724.8-
YUV146.71115.1887.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.84%
GREEN value IS 180 (70.70% from 255) = 45.69%
BLUE value IS 124 (48.83% from 255) = 31.47%
R=22.84%
G=45.69%
B=31.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal901801240.5000.310.29142.6737.552.94
Hex5AB47C3201F1D8f2635
Octal13226417462037352174665
Binary10110101011010011111001100100111111110110001111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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