#4FB18F

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

Shades of Keppel #4FB18F

Tints of Keppel #4FB18F

Color information

#4FB18F (or 0x4FB18F) is unknown color: approx Keppel. HEX triplet: 4F, B1 and 8F. RGB value is (79,177,143). Sum of RGB (Red+Green+Blue) = 79+177+143=399 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.80% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 177 - color contains mainly: green. Hex color #4FB18F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FB18F is #B04E70. Grayscale: #8F8F8F. Windows color (decimal): -11554417 or 9417039. OLE color: 9417039.

HSL color Cylindrical-coordinate representation of color #4FB18F: hue angle of 159.18º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FB18F is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB79177143-
CMYK0.5500.190.31
HSL159.18º38.58%50.2%-
HSV(B)159.18º55.37%69.41%-
XYZ23.935.0931.5-
YUV143.82127.5381.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.80%
GREEN value IS 177 (69.53% from 255) = 44.36%
BLUE value IS 143 (56.25% from 255) = 35.84%
R=19.80%
G=44.36%
B=35.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791771430.5500.190.31159.1838.5850.2
Hex4FB18F370131F9f2732
Octal11726121767023372374762
Binary100111110110001100011111101110100111111110011111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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