Html Css Color HEX #5BA47D Ocean Green

📋 copy color: '#5BA47D'

red 91 ◦ green 164 ◦ blue 125

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

Shades of Ocean Green #5BA47D

Tints of Ocean Green #5BA47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.89%

R = 23.95%
G = 43.16%
B = 32.89%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#5BA47D (or 0x5BA47D) is known color: Ocean Green. HEX triplet: 5B, A4 and 7D. RGB value is (91,164,125). Sum of RGB (Red+Green+Blue) = 91+164+125=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA47D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA47D is #A45B82. Grayscale: #898989. Windows color (decimal): -10771331 or 8234075. OLE color: 8234075.

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

Color convert

RGB 91 164 125 -
CMYK 0.45 0 0.24 0.36
HSL 147.95º 0.29% 0.5% -
HSV(B) 147.95º 0.45% 0.64% -
XYZ 21.29 30.26 24.12 -
YUV 137.73 120.82 94.67 -
System Red Green Blue C M Y K H S L
Decimal 91 164 125 0.45 0 0.24 0.36 147.95 0.29 0.5
Hex 5B A4 7D 2D 0 18 24 94 1D 32
Octal 133 244 175 55 0 30 44 224 35 62
Binary 1011011 10100100 1111101 101101 0 11000 100100 10010100 11101 110010

Color Harmonies of #5BA47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA47D

Black with #5BA47D

Text Example


Text Example

White with #5BA47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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