#5BA270

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

Shades of Ocean Green #5BA270

Tints of Ocean Green #5BA270

Color information

#5BA270 (or 0x5BA270) is unknown color: approx Ocean Green. HEX triplet: 5B, A2 and 70. RGB value is (91,162,112). Sum of RGB (Red+Green+Blue) = 91+162+112=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA270 is #A45D8F. Grayscale: #878787. Windows color (decimal): -10771856 or 7381595. OLE color: 7381595.

HSL color Cylindrical-coordinate representation of color #5BA270: hue angle of 137.75º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5BA270 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB91162112-
CMYK0.4400.310.36
HSL137.75º28.06%49.61%-
HSV(B)137.75º43.83%63.53%-
XYZ20.1629.2319.91-
YUV135.07114.9896.57-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.93%
GREEN value IS 162 (63.67% from 255) = 44.38%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=24.93%
G=44.38%
B=30.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal911621120.4400.310.36137.7528.0649.61
Hex5BA2702C01F248a1c32
Octal13324216054037442123462
Binary10110111010001011100001011000111111001001000101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,162,112); }

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

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

 a { background-color: rgb(91,162,112); }

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

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

 span { border-color: rgb(91,162,112); }

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