#5BB17A

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

Shades of Ocean Green #5BB17A

Tints of Ocean Green #5BB17A

Color information

#5BB17A (or 0x5BB17A) is unknown color: approx Ocean Green. HEX triplet: 5B, B1 and 7A. RGB value is (91,177,122). Sum of RGB (Red+Green+Blue) = 91+177+122=390 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.33% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #5BB17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BB17A is #A44E85. Grayscale: #919191. Windows color (decimal): -10768006 or 8040795. OLE color: 8040795.

HSL color Cylindrical-coordinate representation of color #5BB17A: hue angle of 141.63º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB17A is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB91177122-
CMYK0.4900.310.31
HSL141.63º35.54%52.55%-
HSV(B)141.63º48.59%69.41%-
XYZ23.5535.0723.94-
YUV145.02115.0189.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.33%
GREEN value IS 177 (69.53% from 255) = 45.38%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=23.33%
G=45.38%
B=31.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911771220.4900.310.31141.6335.5452.55
Hex5BB17A3101F1F8e2435
Octal13326117261037372164465
Binary10110111011000111110101100010111111111110001110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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