#4FAA7B

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

Shades of Ocean Green #4FAA7B

Tints of Ocean Green #4FAA7B

Color information

#4FAA7B (or 0x4FAA7B) is unknown color: approx Ocean Green. HEX triplet: 4F, AA and 7B. RGB value is (79,170,123). Sum of RGB (Red+Green+Blue) = 79+170+123=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAA7B is #B05584. Grayscale: #898989. Windows color (decimal): -11556229 or 8104527. OLE color: 8104527.

HSL color Cylindrical-coordinate representation of color #4FAA7B: hue angle of 149.01º 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 #4FAA7B is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB79170123-
CMYK0.5400.280.33
HSL149.01º36.55%48.82%-
HSV(B)149.01º53.53%66.67%-
XYZ21.1731.8423.77-
YUV137.43119.8586.32-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.24%
GREEN value IS 170 (66.80% from 255) = 45.70%
BLUE value IS 123 (48.44% from 255) = 33.06%
R=21.24%
G=45.70%
B=33.06%

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
Decimal791701230.5400.280.33149.0136.5548.82
Hex4FAA7B3601C21952531
Octal11725217366034412254561
Binary100111110101010111101111011001110010000110010101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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