Html Css Color HEX #5BA170 Ocean Green

📋 copy color: '#5BA170'

red 91 ◦ green 161 ◦ blue 112

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

Shades of Ocean Green #5BA170

Tints of Ocean Green #5BA170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.77%

R = 25%
G = 44.23%
B = 30.77%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#5BA170 (or 0x5BA170) is known color: Ocean Green. HEX triplet: 5B, A1 and 70. RGB value is (91,161,112). Sum of RGB (Red+Green+Blue) = 91+161+112=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA170 is #A45E8F. Grayscale: #868686. Windows color (decimal): -10772112 or 7381339. OLE color: 7381339.

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

Color convert

RGB 91 161 112 -
CMYK 0.43 0 0.30 0.37
HSL 138º 0.28% 0.49% -
HSV(B) 138º 0.43% 0.63% -
XYZ 19.98 28.88 19.85 -
YUV 134.48 115.31 96.98 -
System Red Green Blue C M Y K H S L
Decimal 91 161 112 0.43 0 0.30 0.37 138 0.28 0.49
Hex 5B A1 70 2B 0 1E 25 8A 1C 31
Octal 133 241 160 53 0 36 45 212 34 61
Binary 1011011 10100001 1110000 101011 0 11110 100101 10001010 11100 110001

Color Harmonies of #5BA170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA170

Black with #5BA170

Text Example


Text Example

White with #5BA170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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