#4FAF89

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

Shades of Keppel #4FAF89

Tints of Keppel #4FAF89

Color information

#4FAF89 (or 0x4FAF89) is unknown color: approx Keppel. HEX triplet: 4F, AF and 89. RGB value is (79,175,137). Sum of RGB (Red+Green+Blue) = 79+175+137=391 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.20% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAF89 is #B05076. Grayscale: #8E8E8E. Windows color (decimal): -11554935 or 9023311. OLE color: 9023311.

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

Color convert

RGB79175137-
CMYK0.5500.220.31
HSL156.25º37.8%49.8%-
HSV(B)156.25º54.86%68.63%-
XYZ23.0734.1329.04-
YUV141.96125.283.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.20%
GREEN value IS 175 (68.75% from 255) = 44.76%
BLUE value IS 137 (53.91% from 255) = 35.04%
R=20.20%
G=44.76%
B=35.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791751370.5500.220.31156.2537.849.8
Hex4FAF89370161F9c2632
Octal11725721167026372344662
Binary100111110101111100010011101110101101111110011100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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