Html Css Color HEX #48DDAC Shamrock

📋 copy color: '#48DDAC'

red 72 ◦ green 221 ◦ blue 172

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

Shades of Shamrock #48DDAC

Tints of Shamrock #48DDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.99%

R = 15.48%
G = 47.53%
B = 36.99%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#48DDAC (or 0x48DDAC) is known color: Shamrock. HEX triplet: 48, DD and AC. RGB value is (72,221,172). Sum of RGB (Red+Green+Blue) = 72+221+172=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #48DDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DDAC is #B72253. Grayscale: #AAAAAA. Windows color (decimal): -12001876 or 11328840. OLE color: 11328840.

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

Color convert

RGB 72 221 172 -
CMYK 0.67 0 0.22 0.13
HSL 160.27º 0.69% 0.57% -
HSV(B) 160.27º 0.67% 0.87% -
XYZ 35.98 56.07 47.96 -
YUV 170.86 128.64 57.48 -
System Red Green Blue C M Y K H S L
Decimal 72 221 172 0.67 0 0.22 0.13 160.27 0.69 0.57
Hex 48 DD AC 43 0 16 D A0 45 39
Octal 110 335 254 103 0 26 15 240 105 71
Binary 1001000 11011101 10101100 1000011 0 10110 1101 10100000 1000101 111001

Color Harmonies of #48DDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DDAC

Black with #48DDAC

Text Example


Text Example

White with #48DDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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