Html Css Color HEX #5BAB7D Ocean Green

📋 copy color: '#5BAB7D'

red 91 ◦ green 171 ◦ blue 125

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

Shades of Ocean Green #5BAB7D

Tints of Ocean Green #5BAB7D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.19%

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

R = 23.51%
G = 44.19%
B = 32.3%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#5BAB7D (or 0x5BAB7D) is known color: Ocean Green. HEX triplet: 5B, AB and 7D. RGB value is (91,171,125). Sum of RGB (Red+Green+Blue) = 91+171+125=387 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.51% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAB7D is #A45482. Grayscale: #8D8D8D. Windows color (decimal): -10769539 or 8235867. OLE color: 8235867.

HSL color Cylindrical-coordinate representation of color #5BAB7D: hue angle of 145.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAB7D is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 171 125 -
CMYK 0.47 0 0.27 0.33
HSL 145.5º 0.32% 0.51% -
HSV(B) 145.5º 0.47% 0.67% -
XYZ 22.58 32.83 24.55 -
YUV 141.84 118.5 91.74 -
System Red Green Blue C M Y K H S L
Decimal 91 171 125 0.47 0 0.27 0.33 145.5 0.32 0.51
Hex 5B AB 7D 2F 0 1B 21 92 20 33
Octal 133 253 175 57 0 33 41 222 40 63
Binary 1011011 10101011 1111101 101111 0 11011 100001 10010010 100000 110011

Color Harmonies of #5BAB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAB7D

Black with #5BAB7D

Text Example


Text Example

White with #5BAB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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