#5AB07B

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

Shades of Ocean Green #5AB07B

Tints of Ocean Green #5AB07B

Color information

#5AB07B (or 0x5AB07B) is unknown color: approx Ocean Green. HEX triplet: 5A, B0 and 7B. RGB value is (90,176,123). Sum of RGB (Red+Green+Blue) = 90+176+123=389 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.14% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB07B is #A54F84. Grayscale: #909090. Windows color (decimal): -10833797 or 8106074. OLE color: 8106074.

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

Color convert

RGB90176123-
CMYK0.4900.300.31
HSL143.02º35.25%52.16%-
HSV(B)143.02º48.86%69.02%-
XYZ23.3234.6524.2-
YUV144.24116.0189.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.14%
GREEN value IS 176 (69.14% from 255) = 45.24%
BLUE value IS 123 (48.44% from 255) = 31.62%
R=23.14%
G=45.24%
B=31.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal901761230.4900.300.31143.0235.2552.16
Hex5AB07B3101E1F8f2334
Octal13226017361036372174364
Binary10110101011000011110111100010111101111110001111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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