Html Css Color HEX #48DDA1 Shamrock

📋 copy color: '#48DDA1'

red 72 ◦ green 221 ◦ blue 161

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

Shades of Shamrock #48DDA1

Tints of Shamrock #48DDA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.46%

R = 15.86%
G = 48.68%
B = 35.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#48DDA1 (or 0x48DDA1) is known color: Shamrock. HEX triplet: 48, DD and A1. RGB value is (72,221,161). Sum of RGB (Red+Green+Blue) = 72+221+161=454 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.86% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #48DDA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DDA1 is #B7225E. Grayscale: #A9A9A9. Windows color (decimal): -12001887 or 10607944. OLE color: 10607944.

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

Color convert

RGB 72 221 161 -
CMYK 0.67 0 0.27 0.13
HSL 155.84º 0.69% 0.57% -
HSV(B) 155.84º 0.67% 0.87% -
XYZ 34.96 55.66 42.62 -
YUV 169.61 123.14 58.38 -
System Red Green Blue C M Y K H S L
Decimal 72 221 161 0.67 0 0.27 0.13 155.84 0.69 0.57
Hex 48 DD A1 43 0 1B D 9C 45 39
Octal 110 335 241 103 0 33 15 234 105 71
Binary 1001000 11011101 10100001 1000011 0 11011 1101 10011100 1000101 111001

Color Harmonies of #48DDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DDA1

Black with #48DDA1

Text Example


Text Example

White with #48DDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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