#48B892

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

Shades of Keppel #48B892

Tints of Keppel #48B892

Color information

#48B892 (or 0x48B892) is unknown color: approx Keppel. HEX triplet: 48, B8 and 92. RGB value is (72,184,146). Sum of RGB (Red+Green+Blue) = 72+184+146=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 184 - color contains mainly: green. Hex color #48B892 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B892 is #B7476D. Grayscale: #929292. Windows color (decimal): -12011374 or 9615432. OLE color: 9615432.

HSL color Cylindrical-coordinate representation of color #48B892: hue angle of 159.64º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B892 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB72184146-
CMYK0.6100.210.28
HSL159.64º44.09%50.2%-
HSV(B)159.64º60.87%72.16%-
XYZ2537.7333.16-
YUV146.18127.8975.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.91%
GREEN value IS 184 (72.27% from 255) = 45.77%
BLUE value IS 146 (57.42% from 255) = 36.32%
R=17.91%
G=45.77%
B=36.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal721841460.6100.210.28159.6444.0950.2
Hex48B8923D0151Ca02c32
Octal11027022275025342405462
Binary100100010111000100100101111010101011110010100000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,184,146); }

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

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

 a { background-color: rgb(72,184,146); }

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

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

 span { border-color: rgb(72,184,146); }

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