Html Css Color HEX #5BA986 Ocean Green

📋 copy color: '#5BA986'

red 91 ◦ green 169 ◦ blue 134

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

Shades of Ocean Green #5BA986

Tints of Ocean Green #5BA986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.01%

R = 23.1%
G = 42.89%
B = 34.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#5BA986 (or 0x5BA986) is known color: Ocean Green. HEX triplet: 5B, A9 and 86. RGB value is (91,169,134). Sum of RGB (Red+Green+Blue) = 91+169+134=394 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.10% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA986 is #A45679. Grayscale: #8D8D8D. Windows color (decimal): -10770042 or 8825179. OLE color: 8825179.

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

Color convert

RGB 91 169 134 -
CMYK 0.46 0 0.21 0.34
HSL 153.08º 0.31% 0.51% -
HSV(B) 153.08º 0.46% 0.66% -
XYZ 22.81 32.32 27.59 -
YUV 141.69 123.66 91.85 -
System Red Green Blue C M Y K H S L
Decimal 91 169 134 0.46 0 0.21 0.34 153.08 0.31 0.51
Hex 5B A9 86 2E 0 15 22 99 1F 33
Octal 133 251 206 56 0 25 42 231 37 63
Binary 1011011 10101001 10000110 101110 0 10101 100010 10011001 11111 110011

Color Harmonies of #5BA986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA986

Black with #5BA986

Text Example


Text Example

White with #5BA986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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