#4FBB8F

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

Shades of Keppel #4FBB8F

Tints of Keppel #4FBB8F

Color information

#4FBB8F (or 0x4FBB8F) is unknown color: approx Keppel. HEX triplet: 4F, BB and 8F. RGB value is (79,187,143). Sum of RGB (Red+Green+Blue) = 79+187+143=409 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.32% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 187 - color contains mainly: green. Hex color #4FBB8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBB8F is #B04470. Grayscale: #959595. Windows color (decimal): -11551857 or 9419599. OLE color: 9419599.

HSL color Cylindrical-coordinate representation of color #4FBB8F: hue angle of 155.56º 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 #4FBB8F is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB79187143-
CMYK0.5800.240.27
HSL155.56º44.26%52.16%-
HSV(B)155.56º57.75%73.33%-
XYZ25.9539.1932.18-
YUV149.69124.2277.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.32%
GREEN value IS 187 (73.44% from 255) = 45.72%
BLUE value IS 143 (56.25% from 255) = 34.96%
R=19.32%
G=45.72%
B=34.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal791871430.5800.240.27155.5644.2652.16
Hex4FBB8F3A0181B9c2c34
Octal11727321772030332345464
Binary100111110111011100011111110100110001101110011100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,187,143); }

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

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

 a { background-color: rgb(79,187,143); }

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

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

 span { border-color: rgb(79,187,143); }

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