#4fb588

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

Shades of Ocean Green #4FB588

Tints of Ocean Green #4FB588

Color information

#4FB588 (or 0x4FB588) is unknown color: approx Ocean Green. HEX triplet: 4F, B5 and 88. RGB value is (79,181,136). Sum of RGB (Red+Green+Blue) = 79+181+136=396 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.95% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 181 - color contains mainly: green. Hex color #4FB588 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB588 is #B04A77. Grayscale: #919191. Windows color (decimal): -11553400 or 8959311. OLE color: 8959311.

HSL color Cylindrical-coordinate representation of color #4FB588: hue angle of 153.53º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB588 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB79181136-
CMYK0.5600.250.29
HSL153.53º40.8%50.98%-
HSV(B)153.53º56.35%70.98%-
XYZ24.1936.4929.06-
YUV145.37122.7180.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.95%
GREEN value IS 181 (71.09% from 255) = 45.71%
BLUE value IS 136 (53.52% from 255) = 34.34%
R=19.95%
G=45.71%
B=34.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal791811360.5600.250.29153.5340.850.98
Hex4FB588380191D9a2933
Octal11726521070031352325163
Binary100111110110101100010001110000110011110110011010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4fb588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,181,136); }

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

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

 a { background-color: rgb(79,181,136); }

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

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

 span { border-color: rgb(79,181,136); }

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