Html Css Color HEX #48D8AD Shamrock

📋 copy color: '#48D8AD'

red 72 ◦ green 216 ◦ blue 173

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

Shades of Shamrock #48D8AD

Tints of Shamrock #48D8AD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.85%

 BLUE value IS 173 (67.97% from 255) = 37.53%

R = 15.62%
G = 46.85%
B = 37.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#48D8AD (or 0x48D8AD) is known color: Shamrock. HEX triplet: 48, D8 and AD. RGB value is (72,216,173). Sum of RGB (Red+Green+Blue) = 72+216+173=461 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.62% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 216 - color contains mainly: green. Hex color #48D8AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D8AD is #B72752. Grayscale: #A8A8A8. Windows color (decimal): -12003155 or 11393096. OLE color: 11393096.

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

Color convert

RGB 72 216 173 -
CMYK 0.67 0 0.20 0.15
HSL 162.08º 0.65% 0.56% -
HSV(B) 162.08º 0.67% 0.85% -
XYZ 34.77 53.51 48.03 -
YUV 168.04 130.79 59.5 -
System Red Green Blue C M Y K H S L
Decimal 72 216 173 0.67 0 0.20 0.15 162.08 0.65 0.56
Hex 48 D8 AD 43 0 14 F A2 41 38
Octal 110 330 255 103 0 24 17 242 101 70
Binary 1001000 11011000 10101101 1000011 0 10100 1111 10100010 1000001 111000

Color Harmonies of #48D8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D8AD

Black with #48D8AD

Text Example


Text Example

White with #48D8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,216,173); }

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

background-color css

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

 a { background-color: rgb(72,216,173); }

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

border-color css

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

 span { border-color: rgb(72,216,173); }

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