Html Css Color HEX #5BA278 Ocean Green

📋 copy color: '#5BA278'

red 91 ◦ green 162 ◦ blue 120

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

Shades of Ocean Green #5BA278

Tints of Ocean Green #5BA278

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.43%

 BLUE value IS 120 (47.27% from 255) = 32.17%

R = 24.4%
G = 43.43%
B = 32.17%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#5BA278 (or 0x5BA278) is known color: Ocean Green. HEX triplet: 5B, A2 and 78. RGB value is (91,162,120). Sum of RGB (Red+Green+Blue) = 91+162+120=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA278 is #A45D87. Grayscale: #888888. Windows color (decimal): -10771848 or 7905883. OLE color: 7905883.

HSL color Cylindrical-coordinate representation of color #5BA278: hue angle of 144.51º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5BA278 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 91 162 120 -
CMYK 0.44 0 0.26 0.36
HSL 144.51º 0.28% 0.5% -
HSV(B) 144.51º 0.44% 0.64% -
XYZ 20.62 29.42 22.36 -
YUV 135.98 118.98 95.92 -
System Red Green Blue C M Y K H S L
Decimal 91 162 120 0.44 0 0.26 0.36 144.51 0.28 0.5
Hex 5B A2 78 2C 0 1A 24 91 1C 32
Octal 133 242 170 54 0 32 44 221 34 62
Binary 1011011 10100010 1111000 101100 0 11010 100100 10010001 11100 110010

Color Harmonies of #5BA278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA278

Black with #5BA278

Text Example


Text Example

White with #5BA278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,162,120); }

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

background-color css

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

 a { background-color: rgb(91,162,120); }

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

border-color css

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

 span { border-color: rgb(91,162,120); }

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