Html Css Color HEX #5BA780 Ocean Green

📋 copy color: '#5BA780'

red 91 ◦ green 167 ◦ blue 128

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

Shades of Ocean Green #5BA780

Tints of Ocean Green #5BA780

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.26%

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

R = 23.58%
G = 43.26%
B = 33.16%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#5BA780 (or 0x5BA780) is known color: Ocean Green. HEX triplet: 5B, A7 and 80. RGB value is (91,167,128). Sum of RGB (Red+Green+Blue) = 91+167+128=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA780 is #A4587F. Grayscale: #8B8B8B. Windows color (decimal): -10770560 or 8431451. OLE color: 8431451.

HSL color Cylindrical-coordinate representation of color #5BA780: hue angle of 149.21º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA780 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 91 167 128 -
CMYK 0.46 0 0.23 0.35
HSL 149.21º 0.3% 0.51% -
HSV(B) 149.21º 0.46% 0.65% -
XYZ 22.03 31.42 25.33 -
YUV 139.83 121.32 93.17 -
System Red Green Blue C M Y K H S L
Decimal 91 167 128 0.46 0 0.23 0.35 149.21 0.3 0.51
Hex 5B A7 80 2E 0 17 23 95 1E 33
Octal 133 247 200 56 0 27 43 225 36 63
Binary 1011011 10100111 10000000 101110 0 10111 100011 10010101 11110 110011

Color Harmonies of #5BA780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA780

Black with #5BA780

Text Example


Text Example

White with #5BA780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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