Html Css Color HEX #5BA974 Ocean Green

📋 copy color: '#5BA974'

red 91 ◦ green 169 ◦ blue 116

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

Shades of Ocean Green #5BA974

Tints of Ocean Green #5BA974

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.95%

 BLUE value IS 116 (45.7% from 255) = 30.85%

R = 24.2%
G = 44.95%
B = 30.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#5BA974 (or 0x5BA974) is known color: Ocean Green. HEX triplet: 5B, A9 and 74. RGB value is (91,169,116). Sum of RGB (Red+Green+Blue) = 91+169+116=376 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.20% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA974 is #A4568B. Grayscale: #8B8B8B. Windows color (decimal): -10770060 or 7645531. OLE color: 7645531.

HSL color Cylindrical-coordinate representation of color #5BA974: hue angle of 139.23º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA974 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 91 169 116 -
CMYK 0.46 0 0.31 0.34
HSL 139.23º 0.31% 0.51% -
HSV(B) 139.23º 0.46% 0.66% -
XYZ 21.65 31.86 21.53 -
YUV 139.64 114.66 93.31 -
System Red Green Blue C M Y K H S L
Decimal 91 169 116 0.46 0 0.31 0.34 139.23 0.31 0.51
Hex 5B A9 74 2E 0 1F 22 8B 1F 33
Octal 133 251 164 56 0 37 42 213 37 63
Binary 1011011 10101001 1110100 101110 0 11111 100010 10001011 11111 110011

Color Harmonies of #5BA974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA974

Black with #5BA974

Text Example


Text Example

White with #5BA974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,169,116); }

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

background-color css

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

 a { background-color: rgb(91,169,116); }

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

border-color css

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

 span { border-color: rgb(91,169,116); }

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