#5BA480

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

Shades of Ocean Green #5BA480

Tints of Ocean Green #5BA480

Color information

#5BA480 (or 0x5BA480) is unknown color: approx Ocean Green. HEX triplet: 5B, A4 and 80. RGB value is (91,164,128). Sum of RGB (Red+Green+Blue) = 91+164+128=383 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.76% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA480 is #A45B7F. Grayscale: #8A8A8A. Windows color (decimal): -10771328 or 8430683. OLE color: 8430683.

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

Color convert

RGB91164128-
CMYK0.4500.220.36
HSL150.41º28.63%50%-
HSV(B)150.41º44.51%64.31%-
XYZ21.4930.3325.14-
YUV138.07122.3294.43-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.76%
GREEN value IS 164 (64.45% from 255) = 42.82%
BLUE value IS 128 (50.39% from 255) = 33.42%
R=23.76%
G=42.82%
B=33.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal911641280.4500.220.36150.4128.6350
Hex5BA4802D01624961d32
Octal13324420055026442263562
Binary101101110100100100000001011010101101001001001011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,164,128); }

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

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

 a { background-color: rgb(91,164,128); }

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

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

 span { border-color: rgb(91,164,128); }

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