#4FAF8D

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

Shades of Keppel #4FAF8D

Tints of Keppel #4FAF8D

Color information

#4FAF8D (or 0x4FAF8D) is unknown color: approx Keppel. HEX triplet: 4F, AF and 8D. RGB value is (79,175,141). Sum of RGB (Red+Green+Blue) = 79+175+141=395 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAF8D is #B05072. Grayscale: #8E8E8E. Windows color (decimal): -11554931 or 9285455. OLE color: 9285455.

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

Color convert

RGB79175141-
CMYK0.5500.190.31
HSL158.75º37.8%49.8%-
HSV(B)158.75º54.86%68.63%-
XYZ23.3634.2530.58-
YUV142.42127.282.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20%
GREEN value IS 175 (68.75% from 255) = 44.30%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=20%
G=44.30%
B=35.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791751410.5500.190.31158.7537.849.8
Hex4FAF8D370131F9f2632
Octal11725721567023372374662
Binary100111110101111100011011101110100111111110011111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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