#5FB47C

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

Shades of Ocean Green #5FB47C

Tints of Ocean Green #5FB47C

Color information

#5FB47C (or 0x5FB47C) is unknown color: approx Ocean Green. HEX triplet: 5F, B4 and 7C. RGB value is (95,180,124). Sum of RGB (Red+Green+Blue) = 95+180+124=399 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.81% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB47C is #A04B83. Grayscale: #949494. Windows color (decimal): -10505092 or 8172639. OLE color: 8172639.

HSL color Cylindrical-coordinate representation of color #5FB47C: hue angle of 140.47º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB47C is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB95180124-
CMYK0.4700.310.29
HSL140.47º36.17%53.92%-
HSV(B)140.47º47.22%70.59%-
XYZ24.6836.5324.82-
YUV148.2114.3490.05-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.81%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=23.81%
G=45.11%
B=31.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951801240.4700.310.29140.4736.1753.92
Hex5FB47C2F01F1D8c2436
Octal13726417457037352144466
Binary10111111011010011111001011110111111110110001100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,180,124); }

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

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

 a { background-color: rgb(95,180,124); }

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

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

 span { border-color: rgb(95,180,124); }

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