#48DBB2

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

Shades of Medium Aquamarine #48DBB2

Tints of Medium Aquamarine #48DBB2

Color information

#48DBB2 (or 0x48DBB2) is unknown color: approx Medium Aquamarine. HEX triplet: 48, DB and B2. RGB value is (72,219,178). Sum of RGB (Red+Green+Blue) = 72+219+178=469 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.35% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #48DBB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DBB2 is #B7244D. Grayscale: #AAAAAA. Windows color (decimal): -12002382 or 11721544. OLE color: 11721544.

HSL color Cylindrical-coordinate representation of color #48DBB2: hue angle of 163.27º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DBB2 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB72219178-
CMYK0.6700.190.14
HSL163.27º67.12%57.06%-
HSV(B)163.27º67.12%85.88%-
XYZ36.0455.2650.89-
YUV170.37132.357.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.35%
GREEN value IS 219 (85.94% from 255) = 46.70%
BLUE value IS 178 (69.92% from 255) = 37.95%
R=15.35%
G=46.70%
B=37.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal722191780.6700.190.14163.2767.1257.06
Hex48DBB243013Ea34339
Octal1103332621030231624310371
Binary1001000110110111011001010000110100111110101000111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,219,178); }

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

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

 a { background-color: rgb(72,219,178); }

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

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

 span { border-color: rgb(72,219,178); }

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