Html Css Color HEX #48DFAF Medium Aquamarine

📋 copy color: '#48DFAF'

red 72 ◦ green 223 ◦ blue 175

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

Shades of Medium Aquamarine #48DFAF

Tints of Medium Aquamarine #48DFAF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.45%

 BLUE value IS 175 (68.75% from 255) = 37.23%

R = 15.32%
G = 47.45%
B = 37.23%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#48DFAF (or 0x48DFAF) is known color: Medium Aquamarine. HEX triplet: 48, DF and AF. RGB value is (72,223,175). Sum of RGB (Red+Green+Blue) = 72+223+175=470 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.32% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #48DFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DFAF is #B72050. Grayscale: #ACACAC. Windows color (decimal): -12001361 or 11525960. OLE color: 11525960.

HSL color Cylindrical-coordinate representation of color #48DFAF: hue angle of 160.93º degrees, saturation: 0.7, 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 #48DFAF is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 223 175 -
CMYK 0.68 0 0.22 0.13
HSL 160.93º 0.7% 0.58% -
HSV(B) 160.93º 0.68% 0.87% -
XYZ 36.8 57.25 49.67 -
YUV 172.38 129.47 56.4 -
System Red Green Blue C M Y K H S L
Decimal 72 223 175 0.68 0 0.22 0.13 160.93 0.7 0.58
Hex 48 DF AF 44 0 16 D A1 46 3A
Octal 110 337 257 104 0 26 15 241 106 72
Binary 1001000 11011111 10101111 1000100 0 10110 1101 10100001 1000110 111010

Color Harmonies of #48DFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DFAF

Black with #48DFAF

Text Example


Text Example

White with #48DFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,223,175); }

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

background-color css

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

 a { background-color: rgb(72,223,175); }

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

border-color css

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

 span { border-color: rgb(72,223,175); }

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