Html Css Color HEX #48DEB1 Medium Aquamarine

📋 copy color: '#48DEB1'

red 72 ◦ green 222 ◦ blue 177

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

Shades of Medium Aquamarine #48DEB1

Tints of Medium Aquamarine #48DEB1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.13%

 BLUE value IS 177 (69.53% from 255) = 37.58%

R = 15.29%
G = 47.13%
B = 37.58%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#48DEB1 (or 0x48DEB1) is known color: Medium Aquamarine. HEX triplet: 48, DE and B1. RGB value is (72,222,177). Sum of RGB (Red+Green+Blue) = 72+222+177=471 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.29% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 222 - color contains mainly: green. Hex color #48DEB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DEB1 is #B7214E. Grayscale: #ACACAC. Windows color (decimal): -12001615 or 11656776. OLE color: 11656776.

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

Color convert

RGB 72 222 177 -
CMYK 0.68 0 0.20 0.13
HSL 162º 0.69% 0.58% -
HSV(B) 162º 0.68% 0.87% -
XYZ 36.73 56.79 50.62 -
YUV 172.02 130.81 56.66 -
System Red Green Blue C M Y K H S L
Decimal 72 222 177 0.68 0 0.20 0.13 162 0.69 0.58
Hex 48 DE B1 44 0 14 D A2 45 3A
Octal 110 336 261 104 0 24 15 242 105 72
Binary 1001000 11011110 10110001 1000100 0 10100 1101 10100010 1000101 111010

Color Harmonies of #48DEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DEB1

Black with #48DEB1

Text Example


Text Example

White with #48DEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,222,177); }

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

background-color css

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

 a { background-color: rgb(72,222,177); }

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

border-color css

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

 span { border-color: rgb(72,222,177); }

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