#48BB8B

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

Shades of Keppel #48BB8B

Tints of Keppel #48BB8B

Color information

#48BB8B (or 0x48BB8B) is unknown color: approx Keppel. HEX triplet: 48, BB and 8B. RGB value is (72,187,139). Sum of RGB (Red+Green+Blue) = 72+187+139=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #48BB8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BB8B is #B74474. Grayscale: #939393. Windows color (decimal): -12010613 or 9157448. OLE color: 9157448.

HSL color Cylindrical-coordinate representation of color #48BB8B: hue angle of 154.96º degrees, saturation: 0.46, 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 #48BB8B is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB72187139-
CMYK0.6100.260.27
HSL154.96º45.82%50.78%-
HSV(B)154.96º61.5%73.33%-
XYZ25.138.7830.59-
YUV147.14123.474.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.09%
GREEN value IS 187 (73.44% from 255) = 46.98%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=18.09%
G=46.98%
B=34.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721871390.6100.260.27154.9645.8250.78
Hex48BB8B3D01A1B9b2e33
Octal11027321375032332335663
Binary100100010111011100010111111010110101101110011011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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