#48B48D

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

Shades of Keppel #48B48D

Tints of Keppel #48B48D

Color information

#48B48D (or 0x48B48D) is unknown color: approx Keppel. HEX triplet: 48, B4 and 8D. RGB value is (72,180,141). Sum of RGB (Red+Green+Blue) = 72+180+141=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #48B48D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B48D is #B74B72. Grayscale: #8F8F8F. Windows color (decimal): -12012403 or 9286728. OLE color: 9286728.

HSL color Cylindrical-coordinate representation of color #48B48D: hue angle of 158.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B48D is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB72180141-
CMYK0.6000.220.29
HSL158.33º42.86%49.41%-
HSV(B)158.33º60%70.59%-
XYZ23.835.9430.88-
YUV143.26126.7277.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.32%
GREEN value IS 180 (70.70% from 255) = 45.80%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=18.32%
G=45.80%
B=35.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721801410.6000.220.29158.3342.8649.41
Hex48B48D3C0161D9e2b31
Octal11026421574026352365361
Binary100100010110100100011011111000101101110110011110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48B48D; }

 p { color: rgb(72,180,141); }

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

<style>
 a { background-color: #48B48D; }

 a { background-color: rgb(72,180,141); }

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

<style>
 span { border-color: #48B48D; }

 span { border-color: rgb(72,180,141); }

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