#4FAF6A

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

Shades of Ocean Green #4FAF6A

Tints of Ocean Green #4FAF6A

Color information

#4FAF6A (or 0x4FAF6A) is unknown color: approx Ocean Green. HEX triplet: 4F, AF and 6A. RGB value is (79,175,106). Sum of RGB (Red+Green+Blue) = 79+175+106=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAF6A is #B05095. Grayscale: #8A8A8A. Windows color (decimal): -11554966 or 6991695. OLE color: 6991695.

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

Color convert

RGB79175106-
CMYK0.5500.390.31
HSL136.88º37.8%49.8%-
HSV(B)136.88º54.86%68.63%-
XYZ21.1633.3618.96-
YUV138.43109.785.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.94%
GREEN value IS 175 (68.75% from 255) = 48.61%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=21.94%
G=48.61%
B=29.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791751060.5500.390.31136.8837.849.8
Hex4FAF6A370271F892632
Octal11725715267047372114662
Binary100111110101111110101011011101001111111110001001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,175,106); }

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

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

 a { background-color: rgb(79,175,106); }

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

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

 span { border-color: rgb(79,175,106); }

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