#4FB48F

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

Shades of Keppel #4FB48F

Tints of Keppel #4FB48F

Color information

#4FB48F (or 0x4FB48F) is unknown color: approx Keppel. HEX triplet: 4F, B4 and 8F. RGB value is (79,180,143). Sum of RGB (Red+Green+Blue) = 79+180+143=402 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.65% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 180 - color contains mainly: green. Hex color #4FB48F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB48F is #B04B70. Grayscale: #919191. Windows color (decimal): -11553649 or 9417807. OLE color: 9417807.

HSL color Cylindrical-coordinate representation of color #4FB48F: hue angle of 158.02º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB48F is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB79180143-
CMYK0.5600.210.29
HSL158.02º40.24%50.78%-
HSV(B)158.02º56.11%70.59%-
XYZ24.536.2931.7-
YUV145.58126.5480.51-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.65%
GREEN value IS 180 (70.70% from 255) = 44.78%
BLUE value IS 143 (56.25% from 255) = 35.57%
R=19.65%
G=44.78%
B=35.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal791801430.5600.210.29158.0240.2450.78
Hex4FB48F380151D9e2833
Octal11726421770025352365063
Binary100111110110100100011111110000101011110110011110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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