Html Css Color HEX #5BAA7C Ocean Green

📋 copy color: '#5BAA7C'

red 91 ◦ green 170 ◦ blue 124

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

Shades of Ocean Green #5BAA7C

Tints of Ocean Green #5BAA7C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.16%

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 23.64%
G = 44.16%
B = 32.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#5BAA7C (or 0x5BAA7C) is known color: Ocean Green. HEX triplet: 5B, AA and 7C. RGB value is (91,170,124). Sum of RGB (Red+Green+Blue) = 91+170+124=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAA7C is #A45583. Grayscale: #8D8D8D. Windows color (decimal): -10769796 or 8170075. OLE color: 8170075.

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

Color convert

RGB 91 170 124 -
CMYK 0.46 0 0.27 0.33
HSL 145.06º 0.32% 0.51% -
HSV(B) 145.06º 0.46% 0.67% -
XYZ 22.33 32.43 24.15 -
YUV 141.14 118.33 92.24 -
System Red Green Blue C M Y K H S L
Decimal 91 170 124 0.46 0 0.27 0.33 145.06 0.32 0.51
Hex 5B AA 7C 2E 0 1B 21 91 20 33
Octal 133 252 174 56 0 33 41 221 40 63
Binary 1011011 10101010 1111100 101110 0 11011 100001 10010001 100000 110011

Color Harmonies of #5BAA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAA7C

Black with #5BAA7C

Text Example


Text Example

White with #5BAA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,170,124); }

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

background-color css

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

 a { background-color: rgb(91,170,124); }

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

border-color css

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

 span { border-color: rgb(91,170,124); }

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