Html Css Color HEX #5BA272 Ocean Green

📋 copy color: '#5BA272'

red 91 ◦ green 162 ◦ blue 114

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

Shades of Ocean Green #5BA272

Tints of Ocean Green #5BA272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.06%

R = 24.8%
G = 44.14%
B = 31.06%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#5BA272 (or 0x5BA272) is known color: Ocean Green. HEX triplet: 5B, A2 and 72. RGB value is (91,162,114). Sum of RGB (Red+Green+Blue) = 91+162+114=367 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.80% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA272 is #A45D8D. Grayscale: #878787. Windows color (decimal): -10771854 or 7512667. OLE color: 7512667.

HSL color Cylindrical-coordinate representation of color #5BA272: hue angle of 139.44º 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 #5BA272 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 91 162 114 -
CMYK 0.44 0 0.30 0.36
HSL 139.44º 0.28% 0.5% -
HSV(B) 139.44º 0.44% 0.64% -
XYZ 20.27 29.28 20.5 -
YUV 135.3 115.98 96.4 -
System Red Green Blue C M Y K H S L
Decimal 91 162 114 0.44 0 0.30 0.36 139.44 0.28 0.5
Hex 5B A2 72 2C 0 1E 24 8B 1C 32
Octal 133 242 162 54 0 36 44 213 34 62
Binary 1011011 10100010 1110010 101100 0 11110 100100 10001011 11100 110010

Color Harmonies of #5BA272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA272

Black with #5BA272

Text Example


Text Example

White with #5BA272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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