Html Css Color HEX #48DFB0 Medium Aquamarine

📋 copy color: '#48DFB0'

red 72 ◦ green 223 ◦ blue 176

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

Shades of Medium Aquamarine #48DFB0

Tints of Medium Aquamarine #48DFB0

RGB

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

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

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

R = 15.29%
G = 47.35%
B = 37.37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#48DFB0 (or 0x48DFB0) is known color: Medium Aquamarine. HEX triplet: 48, DF and B0. RGB value is (72,223,176). Sum of RGB (Red+Green+Blue) = 72+223+176=471 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.29% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #48DFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DFB0 is #B7204F. Grayscale: #ACACAC. Windows color (decimal): -12001360 or 11591496. OLE color: 11591496.

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

Color convert

RGB 72 223 176 -
CMYK 0.68 0 0.21 0.13
HSL 161.32º 0.7% 0.58% -
HSV(B) 161.32º 0.68% 0.87% -
XYZ 36.9 57.29 50.19 -
YUV 172.49 129.97 56.32 -
System Red Green Blue C M Y K H S L
Decimal 72 223 176 0.68 0 0.21 0.13 161.32 0.7 0.58
Hex 48 DF B0 44 0 15 D A1 46 3A
Octal 110 337 260 104 0 25 15 241 106 72
Binary 1001000 11011111 10110000 1000100 0 10101 1101 10100001 1000110 111010

Color Harmonies of #48DFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DFB0

Black with #48DFB0

Text Example


Text Example

White with #48DFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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