#5BB076

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

Shades of Ocean Green #5BB076

Tints of Ocean Green #5BB076

Color information

#5BB076 (or 0x5BB076) is unknown color: approx Ocean Green. HEX triplet: 5B, B0 and 76. RGB value is (91,176,118). Sum of RGB (Red+Green+Blue) = 91+176+118=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #5BB076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BB076 is #A44F89. Grayscale: #909090. Windows color (decimal): -10768266 or 7778395. OLE color: 7778395.

HSL color Cylindrical-coordinate representation of color #5BB076: hue angle of 139.06º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BB076 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB91176118-
CMYK0.4800.330.31
HSL139.06º34.98%52.35%-
HSV(B)139.06º48.3%69.02%-
XYZ23.1134.5822.6-
YUV143.97113.3490.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.64%
GREEN value IS 176 (69.14% from 255) = 45.71%
BLUE value IS 118 (46.48% from 255) = 30.65%
R=23.64%
G=45.71%
B=30.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911761180.4800.330.31139.0634.9852.35
Hex5BB076300211F8b2334
Octal13326016660041372134364
Binary101101110110000111011011000001000011111110001011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,176,118); }

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

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

 a { background-color: rgb(91,176,118); }

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

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

 span { border-color: rgb(91,176,118); }

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