#5BA872

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

Shades of Ocean Green #5BA872

Tints of Ocean Green #5BA872

Color information

#5BA872 (or 0x5BA872) is unknown color: approx Ocean Green. HEX triplet: 5B, A8 and 72. RGB value is (91,168,114). Sum of RGB (Red+Green+Blue) = 91+168+114=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA872 is #A4578D. Grayscale: #8A8A8A. Windows color (decimal): -10770318 or 7514203. OLE color: 7514203.

HSL color Cylindrical-coordinate representation of color #5BA872: hue angle of 137.92º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA872 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB91168114-
CMYK0.4600.320.34
HSL137.92º30.68%50.78%-
HSV(B)137.92º45.83%65.88%-
XYZ21.3531.4420.86-
YUV138.82113.9993.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.40%
GREEN value IS 168 (66.02% from 255) = 45.04%
BLUE value IS 114 (44.92% from 255) = 30.56%
R=24.40%
G=45.04%
B=30.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal911681140.4600.320.34137.9230.6850.78
Hex5BA8722E020228a1f33
Octal13325016256040422123763
Binary101101110101000111001010111001000001000101000101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,168,114); }

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

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

 a { background-color: rgb(91,168,114); }

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

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

 span { border-color: rgb(91,168,114); }

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