Html Css Color HEX #5BA776 Ocean Green

📋 copy color: '#5BA776'

red 91 ◦ green 167 ◦ blue 118

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

Shades of Ocean Green #5BA776

Tints of Ocean Green #5BA776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.38%

R = 24.2%
G = 44.41%
B = 31.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#5BA776 (or 0x5BA776) is known color: Ocean Green. HEX triplet: 5B, A7 and 76. RGB value is (91,167,118). Sum of RGB (Red+Green+Blue) = 91+167+118=376 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.20% from 376); Green value is 167 (65.62% from 255 or 44.41% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA776 is #A45889. Grayscale: #8A8A8A. Windows color (decimal): -10770570 or 7776091. OLE color: 7776091.

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

Color convert

RGB 91 167 118 -
CMYK 0.46 0 0.29 0.35
HSL 141.32º 0.3% 0.51% -
HSV(B) 141.32º 0.46% 0.65% -
XYZ 21.4 31.17 22.03 -
YUV 138.69 116.32 93.98 -
System Red Green Blue C M Y K H S L
Decimal 91 167 118 0.46 0 0.29 0.35 141.32 0.3 0.51
Hex 5B A7 76 2E 0 1D 23 8D 1E 33
Octal 133 247 166 56 0 35 43 215 36 63
Binary 1011011 10100111 1110110 101110 0 11101 100011 10001101 11110 110011

Color Harmonies of #5BA776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA776

Black with #5BA776

Text Example


Text Example

White with #5BA776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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