Html Css Color HEX #5BAD73 Ocean Green

📋 copy color: '#5BAD73'

red 91 ◦ green 173 ◦ blue 115

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

Shades of Ocean Green #5BAD73

Tints of Ocean Green #5BAD73

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.65%

 BLUE value IS 115 (45.31% from 255) = 30.34%

R = 24.01%
G = 45.65%
B = 30.34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#5BAD73 (or 0x5BAD73) is known color: Ocean Green. HEX triplet: 5B, AD and 73. RGB value is (91,173,115). Sum of RGB (Red+Green+Blue) = 91+173+115=379 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.01% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #5BAD73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAD73 is #A4528C. Grayscale: #8E8E8E. Windows color (decimal): -10769037 or 7581019. OLE color: 7581019.

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

Color convert

RGB 91 173 115 -
CMYK 0.47 0 0.34 0.32
HSL 137.56º 0.33% 0.52% -
HSV(B) 137.56º 0.47% 0.68% -
XYZ 22.35 33.35 21.48 -
YUV 141.87 112.83 91.72 -
System Red Green Blue C M Y K H S L
Decimal 91 173 115 0.47 0 0.34 0.32 137.56 0.33 0.52
Hex 5B AD 73 2F 0 22 20 8A 21 34
Octal 133 255 163 57 0 42 40 212 41 64
Binary 1011011 10101101 1110011 101111 0 100010 100000 10001010 100001 110100

Color Harmonies of #5BAD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAD73

Black with #5BAD73

Text Example


Text Example

White with #5BAD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,173,115); }

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

background-color css

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

 a { background-color: rgb(91,173,115); }

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

border-color css

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

 span { border-color: rgb(91,173,115); }

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