#4FAF7A

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

Shades of Ocean Green #4FAF7A

Tints of Ocean Green #4FAF7A

Color information

#4FAF7A (or 0x4FAF7A) is unknown color: approx Ocean Green. HEX triplet: 4F, AF and 7A. RGB value is (79,175,122). Sum of RGB (Red+Green+Blue) = 79+175+122=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAF7A is #B05085. Grayscale: #8C8C8C. Windows color (decimal): -11554950 or 8040271. OLE color: 8040271.

HSL color Cylindrical-coordinate representation of color #4FAF7A: hue angle of 146.88º 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 #4FAF7A is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB79175122-
CMYK0.5500.300.31
HSL146.88º37.8%49.8%-
HSV(B)146.88º54.86%68.63%-
XYZ22.0733.7323.76-
YUV140.25117.784.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.01%
GREEN value IS 175 (68.75% from 255) = 46.54%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=21.01%
G=46.54%
B=32.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791751220.5500.300.31146.8837.849.8
Hex4FAF7A3701E1F932632
Octal11725717267036372234662
Binary10011111010111111110101101110111101111110010011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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