#48BA8B

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

Shades of Keppel #48BA8B

Tints of Keppel #48BA8B

Color information

#48BA8B (or 0x48BA8B) is unknown color: approx Keppel. HEX triplet: 48, BA and 8B. RGB value is (72,186,139). Sum of RGB (Red+Green+Blue) = 72+186+139=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BA8B is #B74574. Grayscale: #929292. Windows color (decimal): -12010869 or 9157192. OLE color: 9157192.

HSL color Cylindrical-coordinate representation of color #48BA8B: hue angle of 155.26º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48BA8B is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB72186139-
CMYK0.6100.250.27
HSL155.26º45.24%50.59%-
HSV(B)155.26º61.29%72.94%-
XYZ24.8938.3630.52-
YUV146.56123.7374.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.14%
GREEN value IS 186 (73.05% from 255) = 46.85%
BLUE value IS 139 (54.69% from 255) = 35.01%
R=18.14%
G=46.85%
B=35.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721861390.6100.250.27155.2645.2450.59
Hex48BA8B3D0191B9b2d33
Octal11027221375031332335563
Binary100100010111010100010111111010110011101110011011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,186,139); }

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

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

 a { background-color: rgb(72,186,139); }

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

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

 span { border-color: rgb(72,186,139); }

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