Html Css Color HEX #5BA47E Ocean Green

📋 copy color: '#5BA47E'

red 91 ◦ green 164 ◦ blue 126

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

Shades of Ocean Green #5BA47E

Tints of Ocean Green #5BA47E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.04%

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

R = 23.88%
G = 43.04%
B = 33.07%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#5BA47E (or 0x5BA47E) is known color: Ocean Green. HEX triplet: 5B, A4 and 7E. RGB value is (91,164,126). Sum of RGB (Red+Green+Blue) = 91+164+126=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA47E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA47E is #A45B81. Grayscale: #898989. Windows color (decimal): -10771330 or 8299611. OLE color: 8299611.

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

Color convert

RGB 91 164 126 -
CMYK 0.45 0 0.23 0.36
HSL 148.77º 0.29% 0.5% -
HSV(B) 148.77º 0.45% 0.64% -
XYZ 21.36 30.28 24.46 -
YUV 137.84 121.32 94.59 -
System Red Green Blue C M Y K H S L
Decimal 91 164 126 0.45 0 0.23 0.36 148.77 0.29 0.5
Hex 5B A4 7E 2D 0 17 24 95 1D 32
Octal 133 244 176 55 0 27 44 225 35 62
Binary 1011011 10100100 1111110 101101 0 10111 100100 10010101 11101 110010

Color Harmonies of #5BA47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA47E

Black with #5BA47E

Text Example


Text Example

White with #5BA47E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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