Html Css Color HEX #48DBB0 Medium Aquamarine

📋 copy color: '#48DBB0'

red 72 ◦ green 219 ◦ blue 176

#48DBB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #48DBB0

Tints of Medium Aquamarine #48DBB0

RGB

 RED value IS 72 (28.52% from 255) = 15.42%

 GREEN value IS 219 (85.94% from 255) = 46.9%

 BLUE value IS 176 (69.14% from 255) = 37.69%

R = 15.42%
G = 46.9%
B = 37.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#48DBB0 (or 0x48DBB0) is known color: Medium Aquamarine. HEX triplet: 48, DB and B0. RGB value is (72,219,176). Sum of RGB (Red+Green+Blue) = 72+219+176=467 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.42% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #48DBB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DBB0 is #B7244F. Grayscale: #AAAAAA. Windows color (decimal): -12002384 or 11590472. OLE color: 11590472.

HSL color Cylindrical-coordinate representation of color #48DBB0: hue angle of 162.45º 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 #48DBB0 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 219 176 -
CMYK 0.67 0 0.20 0.14
HSL 162.45º 0.67% 0.57% -
HSV(B) 162.45º 0.67% 0.86% -
XYZ 35.84 55.18 49.84 -
YUV 170.15 131.3 58 -
System Red Green Blue C M Y K H S L
Decimal 72 219 176 0.67 0 0.20 0.14 162.45 0.67 0.57
Hex 48 DB B0 43 0 14 E A2 43 39
Octal 110 333 260 103 0 24 16 242 103 71
Binary 1001000 11011011 10110000 1000011 0 10100 1110 10100010 1000011 111001

Color Harmonies of #48DBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DBB0

Black with #48DBB0

Text Example


Text Example

White with #48DBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48DBB0;
 }
 .AnyTagClassName
 {
   color: #48DBB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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