Html Css Color HEX #48DDAA Shamrock

📋 copy color: '#48DDAA'

red 72 ◦ green 221 ◦ blue 170

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

Shades of Shamrock #48DDAA

Tints of Shamrock #48DDAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.72%

R = 15.55%
G = 47.73%
B = 36.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#48DDAA (or 0x48DDAA) is known color: Shamrock. HEX triplet: 48, DD and AA. RGB value is (72,221,170). Sum of RGB (Red+Green+Blue) = 72+221+170=463 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.55% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #48DDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DDAA is #B72255. Grayscale: #AAAAAA. Windows color (decimal): -12001878 or 11197768. OLE color: 11197768.

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

Color convert

RGB 72 221 170 -
CMYK 0.67 0 0.23 0.13
HSL 159.46º 0.69% 0.57% -
HSV(B) 159.46º 0.67% 0.87% -
XYZ 35.78 55.99 46.95 -
YUV 170.64 127.64 57.65 -
System Red Green Blue C M Y K H S L
Decimal 72 221 170 0.67 0 0.23 0.13 159.46 0.69 0.57
Hex 48 DD AA 43 0 17 D 9F 45 39
Octal 110 335 252 103 0 27 15 237 105 71
Binary 1001000 11011101 10101010 1000011 0 10111 1101 10011111 1000101 111001

Color Harmonies of #48DDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DDAA

Black with #48DDAA

Text Example


Text Example

White with #48DDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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