Html Css Color HEX #48D1AD Shamrock

📋 copy color: '#48D1AD'

red 72 ◦ green 209 ◦ blue 173

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

Shades of Shamrock #48D1AD

Tints of Shamrock #48D1AD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.04%

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

R = 15.86%
G = 46.04%
B = 38.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#48D1AD (or 0x48D1AD) is known color: Shamrock. HEX triplet: 48, D1 and AD. RGB value is (72,209,173). Sum of RGB (Red+Green+Blue) = 72+209+173=454 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.86% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 209 - color contains mainly: green. Hex color #48D1AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D1AD is #B72E52. Grayscale: #A3A3A3. Windows color (decimal): -12004947 or 11391304. OLE color: 11391304.

HSL color Cylindrical-coordinate representation of color #48D1AD: hue angle of 164.23º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D1AD is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 209 173 -
CMYK 0.66 0 0.17 0.18
HSL 164.23º 0.6% 0.55% -
HSV(B) 164.23º 0.66% 0.82% -
XYZ 33.02 50 47.45 -
YUV 163.93 133.11 62.43 -
System Red Green Blue C M Y K H S L
Decimal 72 209 173 0.66 0 0.17 0.18 164.23 0.6 0.55
Hex 48 D1 AD 42 0 11 12 A4 3C 37
Octal 110 321 255 102 0 21 22 244 74 67
Binary 1001000 11010001 10101101 1000010 0 10001 10010 10100100 111100 110111

Color Harmonies of #48D1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D1AD

Black with #48D1AD

Text Example


Text Example

White with #48D1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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