#4FBA96

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

Shades of Keppel #4FBA96

Tints of Keppel #4FBA96

Color information

#4FBA96 (or 0x4FBA96) is unknown color: approx Keppel. HEX triplet: 4F, BA and 96. RGB value is (79,186,150). Sum of RGB (Red+Green+Blue) = 79+186+150=415 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.04% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBA96 is #B04569. Grayscale: #959595. Windows color (decimal): -11552106 or 9878095. OLE color: 9878095.

HSL color Cylindrical-coordinate representation of color #4FBA96: hue angle of 159.81º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBA96 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB79186150-
CMYK0.5800.190.27
HSL159.81º43.67%51.96%-
HSV(B)159.81º57.53%72.94%-
XYZ26.2938.9834.99-
YUV149.9128.0577.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.04%
GREEN value IS 186 (73.05% from 255) = 44.82%
BLUE value IS 150 (58.98% from 255) = 36.14%
R=19.04%
G=44.82%
B=36.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal791861500.5800.190.27159.8143.6751.96
Hex4FBA963A0131Ba02c34
Octal11727222672023332405464
Binary100111110111010100101101110100100111101110100000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,186,150); }

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

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

 a { background-color: rgb(79,186,150); }

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

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

 span { border-color: rgb(79,186,150); }

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