Html Css Color HEX #5BAA7F Ocean Green

📋 copy color: '#5BAA7F'

red 91 ◦ green 170 ◦ blue 127

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

Shades of Ocean Green #5BAA7F

Tints of Ocean Green #5BAA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.73%

R = 23.45%
G = 43.81%
B = 32.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#5BAA7F (or 0x5BAA7F) is known color: Ocean Green. HEX triplet: 5B, AA and 7F. RGB value is (91,170,127). Sum of RGB (Red+Green+Blue) = 91+170+127=388 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.45% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAA7F is #A45580. Grayscale: #8D8D8D. Windows color (decimal): -10769793 or 8366683. OLE color: 8366683.

HSL color Cylindrical-coordinate representation of color #5BAA7F: hue angle of 147.34º 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 #5BAA7F is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 170 127 -
CMYK 0.46 0 0.25 0.33
HSL 147.34º 0.32% 0.51% -
HSV(B) 147.34º 0.46% 0.67% -
XYZ 22.52 32.51 25.17 -
YUV 141.48 119.83 92 -
System Red Green Blue C M Y K H S L
Decimal 91 170 127 0.46 0 0.25 0.33 147.34 0.32 0.51
Hex 5B AA 7F 2E 0 19 21 93 20 33
Octal 133 252 177 56 0 31 41 223 40 63
Binary 1011011 10101010 1111111 101110 0 11001 100001 10010011 100000 110011

Color Harmonies of #5BAA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAA7F

Black with #5BAA7F

Text Example


Text Example

White with #5BAA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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