Html Css Color HEX #48E1B1 Medium Aquamarine

📋 copy color: '#48E1B1'

red 72 ◦ green 225 ◦ blue 177

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

Shades of Medium Aquamarine #48E1B1

Tints of Medium Aquamarine #48E1B1

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.47%

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

R = 15.19%
G = 47.47%
B = 37.34%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#48E1B1 (or 0x48E1B1) is known color: Medium Aquamarine. HEX triplet: 48, E1 and B1. RGB value is (72,225,177). Sum of RGB (Red+Green+Blue) = 72+225+177=474 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.19% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #48E1B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E1B1 is #B71E4E. Grayscale: #ADADAD. Windows color (decimal): -12000847 or 11657544. OLE color: 11657544.

HSL color Cylindrical-coordinate representation of color #48E1B1: hue angle of 161.18º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E1B1 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 225 177 -
CMYK 0.68 0 0.21 0.12
HSL 161.18º 0.72% 0.58% -
HSV(B) 161.18º 0.68% 0.88% -
XYZ 37.53 58.4 50.89 -
YUV 173.78 129.81 55.4 -
System Red Green Blue C M Y K H S L
Decimal 72 225 177 0.68 0 0.21 0.12 161.18 0.72 0.58
Hex 48 E1 B1 44 0 15 C A1 48 3A
Octal 110 341 261 104 0 25 14 241 110 72
Binary 1001000 11100001 10110001 1000100 0 10101 1100 10100001 1001000 111010

Color Harmonies of #48E1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E1B1

Black with #48E1B1

Text Example


Text Example

White with #48E1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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