Html Css Color HEX #5BAA80 Ocean Green

📋 copy color: '#5BAA80'

red 91 ◦ green 170 ◦ blue 128

#5BAA80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #5BAA80

Tints of Ocean Green #5BAA80

RGB

 RED value IS 91 (35.94% from 255) = 23.39%

 GREEN value IS 170 (66.8% from 255) = 43.7%

 BLUE value IS 128 (50.39% from 255) = 32.9%

R = 23.39%
G = 43.7%
B = 32.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#5BAA80 (or 0x5BAA80) is known color: Ocean Green. HEX triplet: 5B, AA and 80. RGB value is (91,170,128). Sum of RGB (Red+Green+Blue) = 91+170+128=389 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.39% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAA80 is #A4557F. Grayscale: #8D8D8D. Windows color (decimal): -10769792 or 8432219. OLE color: 8432219.

HSL color Cylindrical-coordinate representation of color #5BAA80: hue angle of 148.1º 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 #5BAA80 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 170 128 -
CMYK 0.46 0 0.25 0.33
HSL 148.1º 0.32% 0.51% -
HSV(B) 148.1º 0.46% 0.67% -
XYZ 22.59 32.53 25.51 -
YUV 141.59 120.33 91.92 -
System Red Green Blue C M Y K H S L
Decimal 91 170 128 0.46 0 0.25 0.33 148.1 0.32 0.51
Hex 5B AA 80 2E 0 19 21 94 20 33
Octal 133 252 200 56 0 31 41 224 40 63
Binary 1011011 10101010 10000000 101110 0 11001 100001 10010100 100000 110011

Color Harmonies of #5BAA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAA80

Black with #5BAA80

Text Example


Text Example

White with #5BAA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5BAA80;
 }
 .AnyTagClassName
 {
   color: #5BAA80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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