#4DB48F

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

Shades of Keppel #4DB48F

Tints of Keppel #4DB48F

Color information

#4DB48F (or 0x4DB48F) is unknown color: approx Keppel. HEX triplet: 4D, B4 and 8F. RGB value is (77,180,143). Sum of RGB (Red+Green+Blue) = 77+180+143=400 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.25% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB48F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB48F is #B24B70. Grayscale: #919191. Windows color (decimal): -11684721 or 9417805. OLE color: 9417805.

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

Color convert

RGB77180143-
CMYK0.5700.210.29
HSL158.45º40.71%50.39%-
HSV(B)158.45º57.22%70.59%-
XYZ24.3436.231.69-
YUV144.98126.8879.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.25%
GREEN value IS 180 (70.70% from 255) = 45%
BLUE value IS 143 (56.25% from 255) = 35.75%
R=19.25%
G=45%
B=35.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal771801430.5700.210.29158.4540.7150.39
Hex4DB48F390151D9e2932
Octal11526421771025352365162
Binary100110110110100100011111110010101011110110011110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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