#5BAA74

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

Shades of Ocean Green #5BAA74

Tints of Ocean Green #5BAA74

Color information

#5BAA74 (or 0x5BAA74) is unknown color: approx Ocean Green. HEX triplet: 5B, AA and 74. RGB value is (91,170,116). Sum of RGB (Red+Green+Blue) = 91+170+116=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAA74 is #A4558B. Grayscale: #8C8C8C. Windows color (decimal): -10769804 or 7645787. OLE color: 7645787.

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

Color convert

RGB91170116-
CMYK0.4600.320.33
HSL138.99º31.73%51.18%-
HSV(B)138.99º46.47%66.67%-
XYZ21.8432.2321.59-
YUV140.22114.3392.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.14%
GREEN value IS 170 (66.80% from 255) = 45.09%
BLUE value IS 116 (45.70% from 255) = 30.77%
R=24.14%
G=45.09%
B=30.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911701160.4600.320.33138.9931.7351.18
Hex5BAA742E020218b2033
Octal13325216456040412134063
Binary1011011101010101110100101110010000010000110001011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,170,116); }

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

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

 a { background-color: rgb(91,170,116); }

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

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

 span { border-color: rgb(91,170,116); }

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