#4FA07A

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

Shades of Ocean Green #4FA07A

Tints of Ocean Green #4FA07A

Color information

#4FA07A (or 0x4FA07A) is unknown color: approx Ocean Green. HEX triplet: 4F, A0 and 7A. RGB value is (79,160,122). Sum of RGB (Red+Green+Blue) = 79+160+122=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA07A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA07A is #B05F85. Grayscale: #838383. Windows color (decimal): -11558790 or 8036431. OLE color: 8036431.

HSL color Cylindrical-coordinate representation of color #4FA07A: hue angle of 151.85º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA07A is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB79160122-
CMYK0.5100.240.37
HSL151.85º33.89%46.86%-
HSV(B)151.85º50.63%62.75%-
XYZ19.3128.2122.84-
YUV131.45122.6690.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.88%
GREEN value IS 160 (62.89% from 255) = 44.32%
BLUE value IS 122 (48.05% from 255) = 33.80%
R=21.88%
G=44.32%
B=33.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal791601220.5100.240.37151.8533.8946.86
Hex4FA07A330182598222f
Octal11724017263030452304257
Binary100111110100000111101011001101100010010110011000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,160,122); }

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

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

 a { background-color: rgb(79,160,122); }

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

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

 span { border-color: rgb(79,160,122); }

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