Html Css Color HEX #5BA971 Ocean Green

📋 copy color: '#5BA971'

red 91 ◦ green 169 ◦ blue 113

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

Shades of Ocean Green #5BA971

Tints of Ocean Green #5BA971

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.31%

 BLUE value IS 113 (44.53% from 255) = 30.29%

R = 24.4%
G = 45.31%
B = 30.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#5BA971 (or 0x5BA971) is known color: Ocean Green. HEX triplet: 5B, A9 and 71. RGB value is (91,169,113). Sum of RGB (Red+Green+Blue) = 91+169+113=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA971 is #A4568E. Grayscale: #8B8B8B. Windows color (decimal): -10770063 or 7448923. OLE color: 7448923.

HSL color Cylindrical-coordinate representation of color #5BA971: hue angle of 136.92º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA971 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 91 169 113 -
CMYK 0.46 0 0.33 0.34
HSL 136.92º 0.31% 0.51% -
HSV(B) 136.92º 0.46% 0.66% -
XYZ 21.48 31.79 20.63 -
YUV 139.29 113.16 93.55 -
System Red Green Blue C M Y K H S L
Decimal 91 169 113 0.46 0 0.33 0.34 136.92 0.31 0.51
Hex 5B A9 71 2E 0 21 22 89 1F 33
Octal 133 251 161 56 0 41 42 211 37 63
Binary 1011011 10101001 1110001 101110 0 100001 100010 10001001 11111 110011

Color Harmonies of #5BA971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA971

Black with #5BA971

Text Example


Text Example

White with #5BA971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,169,113); }

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

background-color css

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

 a { background-color: rgb(91,169,113); }

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

border-color css

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

 span { border-color: rgb(91,169,113); }

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