#4FA47E

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

Shades of Ocean Green #4FA47E

Tints of Ocean Green #4FA47E

Color information

#4FA47E (or 0x4FA47E) is unknown color: approx Ocean Green. HEX triplet: 4F, A4 and 7E. RGB value is (79,164,126). Sum of RGB (Red+Green+Blue) = 79+164+126=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA47E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA47E is #B05B81. Grayscale: #868686. Windows color (decimal): -11557762 or 8299599. OLE color: 8299599.

HSL color Cylindrical-coordinate representation of color #4FA47E: hue angle of 153.18º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA47E is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB79164126-
CMYK0.5200.230.36
HSL153.18º34.98%47.65%-
HSV(B)153.18º51.83%64.31%-
XYZ20.2729.7224.41-
YUV134.25123.3488.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.41%
GREEN value IS 164 (64.45% from 255) = 44.44%
BLUE value IS 126 (49.61% from 255) = 34.15%
R=21.41%
G=44.44%
B=34.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal791641260.5200.230.36153.1834.9847.65
Hex4FA47E3401724992330
Octal11724417664027442314360
Binary100111110100100111111011010001011110010010011001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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