#4faf6c

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

Shades of Ocean Green #4FAF6C

Tints of Ocean Green #4FAF6C

Color information

#4FAF6C (or 0x4FAF6C) is unknown color: approx Ocean Green. HEX triplet: 4F, AF and 6C. RGB value is (79,175,108). Sum of RGB (Red+Green+Blue) = 79+175+108=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAF6C is #B05093. Grayscale: #8A8A8A. Windows color (decimal): -11554964 or 7122767. OLE color: 7122767.

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

Color convert

RGB79175108-
CMYK0.5500.380.31
HSL138.12º37.8%49.8%-
HSV(B)138.12º54.86%68.63%-
XYZ21.2633.419.51-
YUV138.66110.785.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.82%
GREEN value IS 175 (68.75% from 255) = 48.34%
BLUE value IS 108 (42.58% from 255) = 29.83%
R=21.82%
G=48.34%
B=29.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791751080.5500.380.31138.1237.849.8
Hex4FAF6C370261F8a2632
Octal11725715467046372124662
Binary100111110101111110110011011101001101111110001010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4faf6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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