#4FAA94

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

Shades of Keppel #4FAA94

Tints of Keppel #4FAA94

Color information

#4FAA94 (or 0x4FAA94) is unknown color: approx Keppel. HEX triplet: 4F, AA and 94. RGB value is (79,170,148). Sum of RGB (Red+Green+Blue) = 79+170+148=397 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.90% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAA94 is #B0556B. Grayscale: #8C8C8C. Windows color (decimal): -11556204 or 9742927. OLE color: 9742927.

HSL color Cylindrical-coordinate representation of color #4FAA94: hue angle of 165.49º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAA94 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB79170148-
CMYK0.5400.130.33
HSL165.49º36.55%48.82%-
HSV(B)165.49º53.53%66.67%-
XYZ22.9432.5533.09-
YUV140.28132.3584.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.90%
GREEN value IS 170 (66.80% from 255) = 42.82%
BLUE value IS 148 (58.20% from 255) = 37.28%
R=19.90%
G=42.82%
B=37.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791701480.5400.130.33165.4936.5548.82
Hex4FAA94360D21a52531
Octal11725222466015412454561
Binary100111110101010100101001101100110110000110100101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,170,148); }

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

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

 a { background-color: rgb(79,170,148); }

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

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

 span { border-color: rgb(79,170,148); }

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