Html Css Color HEX #5BA276 Ocean Green

📋 copy color: '#5BA276'

red 91 ◦ green 162 ◦ blue 118

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

Shades of Ocean Green #5BA276

Tints of Ocean Green #5BA276

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.67%

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

R = 24.53%
G = 43.67%
B = 31.81%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#5BA276 (or 0x5BA276) is known color: Ocean Green. HEX triplet: 5B, A2 and 76. RGB value is (91,162,118). Sum of RGB (Red+Green+Blue) = 91+162+118=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA276 is #A45D89. Grayscale: #878787. Windows color (decimal): -10771850 or 7774811. OLE color: 7774811.

HSL color Cylindrical-coordinate representation of color #5BA276: hue angle of 142.82º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5BA276 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 91 162 118 -
CMYK 0.44 0 0.27 0.36
HSL 142.82º 0.28% 0.5% -
HSV(B) 142.82º 0.44% 0.64% -
XYZ 20.5 29.37 21.73 -
YUV 135.76 117.98 96.08 -
System Red Green Blue C M Y K H S L
Decimal 91 162 118 0.44 0 0.27 0.36 142.82 0.28 0.5
Hex 5B A2 76 2C 0 1B 24 8F 1C 32
Octal 133 242 166 54 0 33 44 217 34 62
Binary 1011011 10100010 1110110 101100 0 11011 100100 10001111 11100 110010

Color Harmonies of #5BA276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA276

Black with #5BA276

Text Example


Text Example

White with #5BA276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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