Html Css Color HEX #5B9973 Ocean Green

📋 copy color: '#5B9973'

red 91 ◦ green 153 ◦ blue 115

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

Shades of Ocean Green #5B9973

Tints of Ocean Green #5B9973

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.62%

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

R = 25.35%
G = 42.62%
B = 32.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#5B9973 (or 0x5B9973) is known color: Ocean Green. HEX triplet: 5B, 99 and 73. RGB value is (91,153,115). Sum of RGB (Red+Green+Blue) = 91+153+115=359 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.35% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #5B9973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9973 is #A4668C. Grayscale: #828282. Windows color (decimal): -10774157 or 7575899. OLE color: 7575899.

HSL color Cylindrical-coordinate representation of color #5B9973: hue angle of 143.23º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B9973 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 91 153 115 -
CMYK 0.41 0 0.25 0.4
HSL 143.23º 0.25% 0.48% -
HSV(B) 143.23º 0.41% 0.6% -
XYZ 18.8 26.24 20.29 -
YUV 130.13 119.46 100.09 -
System Red Green Blue C M Y K H S L
Decimal 91 153 115 0.41 0 0.25 0.4 143.23 0.25 0.48
Hex 5B 99 73 29 0 19 28 8F 19 30
Octal 133 231 163 51 0 31 50 217 31 60
Binary 1011011 10011001 1110011 101001 0 11001 101000 10001111 11001 110000

Color Harmonies of #5B9973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9973

Black with #5B9973

Text Example


Text Example

White with #5B9973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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