#4FAA92

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

Shades of Keppel #4FAA92

Tints of Keppel #4FAA92

Color information

#4FAA92 (or 0x4FAA92) is unknown color: approx Keppel. HEX triplet: 4F, AA and 92. RGB value is (79,170,146). Sum of RGB (Red+Green+Blue) = 79+170+146=395 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAA92 is #B0556D. Grayscale: #8C8C8C. Windows color (decimal): -11556206 or 9611855. OLE color: 9611855.

HSL color Cylindrical-coordinate representation of color #4FAA92: hue angle of 164.18º 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 #4FAA92 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB79170146-
CMYK0.5400.140.33
HSL164.18º36.55%48.82%-
HSV(B)164.18º53.53%66.67%-
XYZ22.7932.4932.26-
YUV140.05131.3584.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20%
GREEN value IS 170 (66.80% from 255) = 43.04%
BLUE value IS 146 (57.42% from 255) = 36.96%
R=20%
G=43.04%
B=36.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791701460.5400.140.33164.1836.5548.82
Hex4FAA92360E21a42531
Octal11725222266016412444561
Binary100111110101010100100101101100111010000110100100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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