Html Css Color HEX #5BA07A Ocean Green

📋 copy color: '#5BA07A'

red 91 ◦ green 160 ◦ blue 122

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

Shades of Ocean Green #5BA07A

Tints of Ocean Green #5BA07A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.9%

 BLUE value IS 122 (48.05% from 255) = 32.71%

R = 24.4%
G = 42.9%
B = 32.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#5BA07A (or 0x5BA07A) is known color: Ocean Green. HEX triplet: 5B, A0 and 7A. RGB value is (91,160,122). Sum of RGB (Red+Green+Blue) = 91+160+122=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA07A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA07A is #A45F85. Grayscale: #878787. Windows color (decimal): -10772358 or 8036443. OLE color: 8036443.

HSL color Cylindrical-coordinate representation of color #5BA07A: hue angle of 146.96º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5BA07A is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 91 160 122 -
CMYK 0.43 0 0.24 0.37
HSL 146.96º 0.27% 0.49% -
HSV(B) 146.96º 0.43% 0.63% -
XYZ 20.4 28.77 22.89 -
YUV 135.04 120.64 96.59 -
System Red Green Blue C M Y K H S L
Decimal 91 160 122 0.43 0 0.24 0.37 146.96 0.27 0.49
Hex 5B A0 7A 2B 0 18 25 93 1B 31
Octal 133 240 172 53 0 30 45 223 33 61
Binary 1011011 10100000 1111010 101011 0 11000 100101 10010011 11011 110001

Color Harmonies of #5BA07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA07A

Black with #5BA07A

Text Example


Text Example

White with #5BA07A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,160,122); }

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

background-color css

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

 a { background-color: rgb(91,160,122); }

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

border-color css

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

 span { border-color: rgb(91,160,122); }

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