Html Css Color HEX #48DDB0 Medium Aquamarine

📋 copy color: '#48DDB0'

red 72 ◦ green 221 ◦ blue 176

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

Shades of Medium Aquamarine #48DDB0

Tints of Medium Aquamarine #48DDB0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.12%

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

R = 15.35%
G = 47.12%
B = 37.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#48DDB0 (or 0x48DDB0) is known color: Medium Aquamarine. HEX triplet: 48, DD and B0. RGB value is (72,221,176). Sum of RGB (Red+Green+Blue) = 72+221+176=469 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.35% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #48DDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DDB0 is #B7224F. Grayscale: #ABABAB. Windows color (decimal): -12001872 or 11590984. OLE color: 11590984.

HSL color Cylindrical-coordinate representation of color #48DDB0: hue angle of 161.88º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DDB0 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 221 176 -
CMYK 0.67 0 0.20 0.13
HSL 161.88º 0.69% 0.57% -
HSV(B) 161.88º 0.67% 0.87% -
XYZ 36.37 56.23 50.01 -
YUV 171.32 130.64 57.16 -
System Red Green Blue C M Y K H S L
Decimal 72 221 176 0.67 0 0.20 0.13 161.88 0.69 0.57
Hex 48 DD B0 43 0 14 D A2 45 39
Octal 110 335 260 103 0 24 15 242 105 71
Binary 1001000 11011101 10110000 1000011 0 10100 1101 10100010 1000101 111001

Color Harmonies of #48DDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DDB0

Black with #48DDB0

Text Example


Text Example

White with #48DDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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