#4FAB7E

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

Shades of Ocean Green #4FAB7E

Tints of Ocean Green #4FAB7E

Color information

#4FAB7E (or 0x4FAB7E) is unknown color: approx Ocean Green. HEX triplet: 4F, AB and 7E. RGB value is (79,171,126). Sum of RGB (Red+Green+Blue) = 79+171+126=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #4FAB7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAB7E is #B05481. Grayscale: #8A8A8A. Windows color (decimal): -11555970 or 8301391. OLE color: 8301391.

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

Color convert

RGB79171126-
CMYK0.5400.260.33
HSL150.65º36.8%49.02%-
HSV(B)150.65º53.8%67.06%-
XYZ21.5532.2924.84-
YUV138.36121.0285.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.01%
GREEN value IS 171 (67.19% from 255) = 45.48%
BLUE value IS 126 (49.61% from 255) = 33.51%
R=21.01%
G=45.48%
B=33.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791711260.5400.260.33150.6536.849.02
Hex4FAB7E3601A21972531
Octal11725317666032412274561
Binary100111110101011111111011011001101010000110010111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,171,126); }

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

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

 a { background-color: rgb(79,171,126); }

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

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

 span { border-color: rgb(79,171,126); }

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