#5FB17A

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

Shades of Ocean Green #5FB17A

Tints of Ocean Green #5FB17A

Color information

#5FB17A (or 0x5FB17A) is unknown color: approx Ocean Green. HEX triplet: 5F, B1 and 7A. RGB value is (95,177,122). Sum of RGB (Red+Green+Blue) = 95+177+122=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB17A is #A04E85. Grayscale: #929292. Windows color (decimal): -10505862 or 8040799. OLE color: 8040799.

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

Color convert

RGB95177122-
CMYK0.4600.310.31
HSL139.76º34.45%53.33%-
HSV(B)139.76º46.33%69.41%-
XYZ23.9535.2823.96-
YUV146.21114.3391.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.11%
GREEN value IS 177 (69.53% from 255) = 44.92%
BLUE value IS 122 (48.05% from 255) = 30.96%
R=24.11%
G=44.92%
B=30.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951771220.4600.310.31139.7634.4553.33
Hex5FB17A2E01F1F8c2235
Octal13726117256037372144265
Binary10111111011000111110101011100111111111110001100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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