#48B68A

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

Shades of Keppel #48B68A

Tints of Keppel #48B68A

Color information

#48B68A (or 0x48B68A) is unknown color: approx Keppel. HEX triplet: 48, B6 and 8A. RGB value is (72,182,138). Sum of RGB (Red+Green+Blue) = 72+182+138=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 182 (71.48% from 255 or 46.43% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 182 - color contains mainly: green. Hex color #48B68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B68A is #B74975. Grayscale: #909090. Windows color (decimal): -12011894 or 9090632. OLE color: 9090632.

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

Color convert

RGB72182138-
CMYK0.6000.240.29
HSL156º43.31%49.8%-
HSV(B)156º60.44%71.37%-
XYZ23.9936.6729.86-
YUV144.09124.5676.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.37%
GREEN value IS 182 (71.48% from 255) = 46.43%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=18.37%
G=46.43%
B=35.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721821380.6000.240.2915643.3149.8
Hex48B68A3C0181D9c2b32
Octal11026621274030352345362
Binary100100010110110100010101111000110001110110011100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,182,138); }

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

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

 a { background-color: rgb(72,182,138); }

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

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

 span { border-color: rgb(72,182,138); }

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