Html Css Color HEX #48D9A0 Shamrock

📋 copy color: '#48D9A0'

red 72 ◦ green 217 ◦ blue 160

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

Shades of Shamrock #48D9A0

Tints of Shamrock #48D9A0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.33%

 BLUE value IS 160 (62.89% from 255) = 35.63%

R = 16.04%
G = 48.33%
B = 35.63%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#48D9A0 (or 0x48D9A0) is known color: Shamrock. HEX triplet: 48, D9 and A0. RGB value is (72,217,160). Sum of RGB (Red+Green+Blue) = 72+217+160=449 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.04% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #48D9A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D9A0 is #B7265F. Grayscale: #A7A7A7. Windows color (decimal): -12002912 or 10541384. OLE color: 10541384.

HSL color Cylindrical-coordinate representation of color #48D9A0: hue angle of 156.41º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D9A0 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 217 160 -
CMYK 0.67 0 0.26 0.15
HSL 156.41º 0.66% 0.57% -
HSV(B) 156.41º 0.67% 0.85% -
XYZ 33.83 53.54 41.81 -
YUV 167.15 123.96 60.13 -
System Red Green Blue C M Y K H S L
Decimal 72 217 160 0.67 0 0.26 0.15 156.41 0.66 0.57
Hex 48 D9 A0 43 0 1A F 9C 42 39
Octal 110 331 240 103 0 32 17 234 102 71
Binary 1001000 11011001 10100000 1000011 0 11010 1111 10011100 1000010 111001

Color Harmonies of #48D9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D9A0

Black with #48D9A0

Text Example


Text Example

White with #48D9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,217,160); }

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

background-color css

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

 a { background-color: rgb(72,217,160); }

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

border-color css

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

 span { border-color: rgb(72,217,160); }

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