#48B493

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

Shades of Keppel #48B493

Tints of Keppel #48B493

Color information

#48B493 (or 0x48B493) is unknown color: approx Keppel. HEX triplet: 48, B4 and 93. RGB value is (72,180,147). Sum of RGB (Red+Green+Blue) = 72+180+147=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #48B493 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B493 is #B74B6C. Grayscale: #8F8F8F. Windows color (decimal): -12012397 or 9679944. OLE color: 9679944.

HSL color Cylindrical-coordinate representation of color #48B493: hue angle of 161.67º 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 #48B493 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB72180147-
CMYK0.6000.180.29
HSL161.67º42.86%49.41%-
HSV(B)161.67º60%70.59%-
XYZ24.2636.1333.3-
YUV143.95129.7276.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.05%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 147 (57.81% from 255) = 36.84%
R=18.05%
G=45.11%
B=36.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721801470.6000.180.29161.6742.8649.41
Hex48B4933C0121Da22b31
Octal11026422374022352425361
Binary100100010110100100100111111000100101110110100010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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