#5B9D7A

Color #5B9D7A Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #5B9D7A

Tints of Ocean Green #5B9D7A

Color information

#5B9D7A (or 0x5B9D7A) is unknown color: approx Ocean Green. HEX triplet: 5B, 9D and 7A. RGB value is (91,157,122). Sum of RGB (Red+Green+Blue) = 91+157+122=370 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.59% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 157 - color contains mainly: green. Hex color #5B9D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9D7A is #A46285. Grayscale: #858585. Windows color (decimal): -10773126 or 8035675. OLE color: 8035675.

HSL color Cylindrical-coordinate representation of color #5B9D7A: hue angle of 148.18º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B9D7A is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB91157122-
CMYK0.4200.220.38
HSL148.18º26.61%48.63%-
HSV(B)148.18º42.04%61.57%-
XYZ19.8827.7422.72-
YUV133.28121.6397.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.59%
GREEN value IS 157 (61.72% from 255) = 42.43%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=24.59%
G=42.43%
B=32.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal911571220.4200.220.38148.1826.6148.63
Hex5B9D7A2A01626941b31
Octal13323517252026462243361
Binary10110111001110111110101010100101101001101001010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B9D7A;
 }
 .AnyTagClassName
 {
   color: #5B9D7A;
 }
</style>
background-color css

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

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

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

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

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

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