Html Css Color HEX #5BA37E Ocean Green

📋 copy color: '#5BA37E'

red 91 ◦ green 163 ◦ blue 126

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

Shades of Ocean Green #5BA37E

Tints of Ocean Green #5BA37E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.89%

 BLUE value IS 126 (49.61% from 255) = 33.16%

R = 23.95%
G = 42.89%
B = 33.16%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#5BA37E (or 0x5BA37E) is known color: Ocean Green. HEX triplet: 5B, A3 and 7E. RGB value is (91,163,126). Sum of RGB (Red+Green+Blue) = 91+163+126=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA37E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA37E is #A45C81. Grayscale: #898989. Windows color (decimal): -10771586 or 8299355. OLE color: 8299355.

HSL color Cylindrical-coordinate representation of color #5BA37E: hue angle of 149.17º 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 #5BA37E is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 91 163 126 -
CMYK 0.44 0 0.23 0.36
HSL 149.17º 0.28% 0.5% -
HSV(B) 149.17º 0.44% 0.64% -
XYZ 21.18 29.92 24.4 -
YUV 137.25 121.65 95.01 -
System Red Green Blue C M Y K H S L
Decimal 91 163 126 0.44 0 0.23 0.36 149.17 0.28 0.5
Hex 5B A3 7E 2C 0 17 24 95 1C 32
Octal 133 243 176 54 0 27 44 225 34 62
Binary 1011011 10100011 1111110 101100 0 10111 100100 10010101 11100 110010

Color Harmonies of #5BA37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA37E

Black with #5BA37E

Text Example


Text Example

White with #5BA37E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,163,126); }

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

background-color css

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

 a { background-color: rgb(91,163,126); }

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

border-color css

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

 span { border-color: rgb(91,163,126); }

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