Html Css Color HEX #5BA876 Ocean Green

📋 copy color: '#5BA876'

red 91 ◦ green 168 ◦ blue 118

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

Shades of Ocean Green #5BA876

Tints of Ocean Green #5BA876

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.56%

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

R = 24.14%
G = 44.56%
B = 31.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#5BA876 (or 0x5BA876) is known color: Ocean Green. HEX triplet: 5B, A8 and 76. RGB value is (91,168,118). Sum of RGB (Red+Green+Blue) = 91+168+118=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA876 is #A45789. Grayscale: #8B8B8B. Windows color (decimal): -10770314 or 7776347. OLE color: 7776347.

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

Color convert

RGB 91 168 118 -
CMYK 0.46 0 0.30 0.34
HSL 141.04º 0.31% 0.51% -
HSV(B) 141.04º 0.46% 0.66% -
XYZ 21.59 31.54 22.09 -
YUV 139.28 115.99 93.57 -
System Red Green Blue C M Y K H S L
Decimal 91 168 118 0.46 0 0.30 0.34 141.04 0.31 0.51
Hex 5B A8 76 2E 0 1E 22 8D 1F 33
Octal 133 250 166 56 0 36 42 215 37 63
Binary 1011011 10101000 1110110 101110 0 11110 100010 10001101 11111 110011

Color Harmonies of #5BA876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA876

Black with #5BA876

Text Example


Text Example

White with #5BA876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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