#4FB07E

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

Shades of Ocean Green #4FB07E

Tints of Ocean Green #4FB07E

Color information

#4FB07E (or 0x4FB07E) is unknown color: approx Ocean Green. HEX triplet: 4F, B0 and 7E. RGB value is (79,176,126). Sum of RGB (Red+Green+Blue) = 79+176+126=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 176 - color contains mainly: green. Hex color #4FB07E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FB07E is #B04F81. Grayscale: #8D8D8D. Windows color (decimal): -11554690 or 8302671. OLE color: 8302671.

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

Color convert

RGB79176126-
CMYK0.5500.280.31
HSL149.07º38.04%50%-
HSV(B)149.07º55.11%69.02%-
XYZ22.5234.2225.16-
YUV141.3119.3683.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.73%
GREEN value IS 176 (69.14% from 255) = 46.19%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=20.73%
G=46.19%
B=33.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791761260.5500.280.31149.0738.0450
Hex4FB07E3701C1F952632
Octal11726017667034372254662
Binary10011111011000011111101101110111001111110010101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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