#4FAB90

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

Shades of Keppel #4FAB90

Tints of Keppel #4FAB90

Color information

#4FAB90 (or 0x4FAB90) is unknown color: approx Keppel. HEX triplet: 4F, AB and 90. RGB value is (79,171,144). Sum of RGB (Red+Green+Blue) = 79+171+144=394 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20.05% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #4FAB90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAB90 is #B0546F. Grayscale: #8C8C8C. Windows color (decimal): -11555952 or 9481039. OLE color: 9481039.

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

Color convert

RGB79171144-
CMYK0.5400.160.33
HSL162.39º36.8%49.02%-
HSV(B)162.39º53.8%67.06%-
XYZ22.8232.831.51-
YUV140.41130.0284.2-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.05%
GREEN value IS 171 (67.19% from 255) = 43.40%
BLUE value IS 144 (56.64% from 255) = 36.55%
R=20.05%
G=43.40%
B=36.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791711440.5400.160.33162.3936.849.02
Hex4FAB903601021a22531
Octal11725322066020412424561
Binary1001111101010111001000011011001000010000110100010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,171,144); }

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

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

 a { background-color: rgb(79,171,144); }

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

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

 span { border-color: rgb(79,171,144); }

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