#5AB07E

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

Shades of Ocean Green #5AB07E

Tints of Ocean Green #5AB07E

Color information

#5AB07E (or 0x5AB07E) is unknown color: approx Ocean Green. HEX triplet: 5A, B0 and 7E. RGB value is (90,176,126). Sum of RGB (Red+Green+Blue) = 90+176+126=392 (51% of max value = 765). Red value is 90 (35.55% from 255 or 22.96% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB07E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB07E is #A54F81. Grayscale: #909090. Windows color (decimal): -10833794 or 8302682. OLE color: 8302682.

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

Color convert

RGB90176126-
CMYK0.4900.280.31
HSL145.12º35.25%52.16%-
HSV(B)145.12º48.86%69.02%-
XYZ23.5134.7325.2-
YUV144.59117.5189.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.96%
GREEN value IS 176 (69.14% from 255) = 44.90%
BLUE value IS 126 (49.61% from 255) = 32.14%
R=22.96%
G=44.90%
B=32.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal901761260.4900.280.31145.1235.2552.16
Hex5AB07E3101C1F912334
Octal13226017661034372214364
Binary10110101011000011111101100010111001111110010001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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