Html Css Color HEX #5BA16E Ocean Green

📋 copy color: '#5BA16E'

red 91 ◦ green 161 ◦ blue 110

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

Shades of Ocean Green #5BA16E

Tints of Ocean Green #5BA16E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.48%

 BLUE value IS 110 (43.36% from 255) = 30.39%

R = 25.14%
G = 44.48%
B = 30.39%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#5BA16E (or 0x5BA16E) is known color: Ocean Green. HEX triplet: 5B, A1 and 6E. RGB value is (91,161,110). Sum of RGB (Red+Green+Blue) = 91+161+110=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA16E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA16E is #A45E91. Grayscale: #868686. Windows color (decimal): -10772114 or 7250267. OLE color: 7250267.

HSL color Cylindrical-coordinate representation of color #5BA16E: hue angle of 136.29º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5BA16E is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 91 161 110 -
CMYK 0.43 0 0.32 0.37
HSL 136.29º 0.28% 0.49% -
HSV(B) 136.29º 0.43% 0.63% -
XYZ 19.87 28.84 19.27 -
YUV 134.26 114.31 97.15 -
System Red Green Blue C M Y K H S L
Decimal 91 161 110 0.43 0 0.32 0.37 136.29 0.28 0.49
Hex 5B A1 6E 2B 0 20 25 88 1C 31
Octal 133 241 156 53 0 40 45 210 34 61
Binary 1011011 10100001 1101110 101011 0 100000 100101 10001000 11100 110001

Color Harmonies of #5BA16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA16E

Black with #5BA16E

Text Example


Text Example

White with #5BA16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,161,110); }

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

background-color css

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

 a { background-color: rgb(91,161,110); }

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

border-color css

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

 span { border-color: rgb(91,161,110); }

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