#4FAA7A

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

Shades of Ocean Green #4FAA7A

Tints of Ocean Green #4FAA7A

Color information

#4FAA7A (or 0x4FAA7A) is unknown color: approx Ocean Green. HEX triplet: 4F, AA and 7A. RGB value is (79,170,122). Sum of RGB (Red+Green+Blue) = 79+170+122=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAA7A is #B05585. Grayscale: #898989. Windows color (decimal): -11556230 or 8038991. OLE color: 8038991.

HSL color Cylindrical-coordinate representation of color #4FAA7A: hue angle of 148.35º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAA7A is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB79170122-
CMYK0.5400.280.33
HSL148.35º36.55%48.82%-
HSV(B)148.35º53.53%66.67%-
XYZ21.1131.8223.44-
YUV137.32119.3586.4-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.29%
GREEN value IS 170 (66.80% from 255) = 45.82%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=21.29%
G=45.82%
B=32.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791701220.5400.280.33148.3536.5548.82
Hex4FAA7A3601C21942531
Octal11725217266034412244561
Binary100111110101010111101011011001110010000110010100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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