#4FB087

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

Shades of Ocean Green #4FB087

Tints of Ocean Green #4FB087

Color information

#4FB087 (or 0x4FB087) is unknown color: approx Ocean Green. HEX triplet: 4F, B0 and 87. RGB value is (79,176,135). Sum of RGB (Red+Green+Blue) = 79+176+135=390 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.26% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 176 - color contains mainly: green. Hex color #4FB087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FB087 is #B04F78. Grayscale: #8E8E8E. Windows color (decimal): -11554681 or 8892495. OLE color: 8892495.

HSL color Cylindrical-coordinate representation of color #4FB087: hue angle of 154.64º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FB087 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB79176135-
CMYK0.5500.230.31
HSL154.64º38.04%50%-
HSV(B)154.64º55.11%69.02%-
XYZ23.1234.4628.35-
YUV142.32123.8682.83-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.26%
GREEN value IS 176 (69.14% from 255) = 45.13%
BLUE value IS 135 (53.12% from 255) = 34.62%
R=20.26%
G=45.13%
B=34.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791761350.5500.230.31154.6438.0450
Hex4FB087370171F9b2632
Octal11726020767027372334662
Binary100111110110000100001111101110101111111110011011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FB087; }

 p { color: rgb(79,176,135); }

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

<style>
 a { background-color: #4FB087; }

 a { background-color: rgb(79,176,135); }

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

<style>
 span { border-color: #4FB087; }

 span { border-color: rgb(79,176,135); }

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