#5BAF76

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

Shades of Ocean Green #5BAF76

Tints of Ocean Green #5BAF76

Color information

#5BAF76 (or 0x5BAF76) is unknown color: approx Ocean Green. HEX triplet: 5B, AF and 76. RGB value is (91,175,118). Sum of RGB (Red+Green+Blue) = 91+175+118=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAF76 is #A45089. Grayscale: #8F8F8F. Windows color (decimal): -10768522 or 7778139. OLE color: 7778139.

HSL color Cylindrical-coordinate representation of color #5BAF76: hue angle of 139.29º degrees, saturation: 0.34, 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 #5BAF76 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB91175118-
CMYK0.4800.330.31
HSL139.29º34.43%52.16%-
HSV(B)139.29º48%68.63%-
XYZ22.9134.1922.53-
YUV143.39113.6790.63-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.70%
GREEN value IS 175 (68.75% from 255) = 45.57%
BLUE value IS 118 (46.48% from 255) = 30.73%
R=23.70%
G=45.57%
B=30.73%

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
Decimal911751180.4800.330.31139.2934.4352.16
Hex5BAF76300211F8b2234
Octal13325716660041372134264
Binary101101110101111111011011000001000011111110001011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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