Html Css Color HEX #5BA877 Ocean Green

📋 copy color: '#5BA877'

red 91 ◦ green 168 ◦ blue 119

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

Shades of Ocean Green #5BA877

Tints of Ocean Green #5BA877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.48%

R = 24.07%
G = 44.44%
B = 31.48%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#5BA877 (or 0x5BA877) is known color: Ocean Green. HEX triplet: 5B, A8 and 77. RGB value is (91,168,119). Sum of RGB (Red+Green+Blue) = 91+168+119=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA877 is #A45788. Grayscale: #8B8B8B. Windows color (decimal): -10770313 or 7841883. OLE color: 7841883.

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

Color convert

RGB 91 168 119 -
CMYK 0.46 0 0.29 0.34
HSL 141.82º 0.31% 0.51% -
HSV(B) 141.82º 0.46% 0.66% -
XYZ 21.65 31.56 22.4 -
YUV 139.39 116.49 93.48 -
System Red Green Blue C M Y K H S L
Decimal 91 168 119 0.46 0 0.29 0.34 141.82 0.31 0.51
Hex 5B A8 77 2E 0 1D 22 8E 1F 33
Octal 133 250 167 56 0 35 42 216 37 63
Binary 1011011 10101000 1110111 101110 0 11101 100010 10001110 11111 110011

Color Harmonies of #5BA877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA877

Black with #5BA877

Text Example


Text Example

White with #5BA877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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