Html Css Color HEX #48D9AB Shamrock

📋 copy color: '#48D9AB'

red 72 ◦ green 217 ◦ blue 171

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

Shades of Shamrock #48D9AB

Tints of Shamrock #48D9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.17%

R = 15.65%
G = 47.17%
B = 37.17%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#48D9AB (or 0x48D9AB) is known color: Shamrock. HEX triplet: 48, D9 and AB. RGB value is (72,217,171). Sum of RGB (Red+Green+Blue) = 72+217+171=460 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.65% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #48D9AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D9AB is #B72654. Grayscale: #A8A8A8. Windows color (decimal): -12002901 or 11262280. OLE color: 11262280.

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

Color convert

RGB 72 217 171 -
CMYK 0.67 0 0.21 0.15
HSL 160.97º 0.66% 0.57% -
HSV(B) 160.97º 0.67% 0.85% -
XYZ 34.84 53.94 47.1 -
YUV 168.4 129.46 59.24 -
System Red Green Blue C M Y K H S L
Decimal 72 217 171 0.67 0 0.21 0.15 160.97 0.66 0.57
Hex 48 D9 AB 43 0 15 F A1 42 39
Octal 110 331 253 103 0 25 17 241 102 71
Binary 1001000 11011001 10101011 1000011 0 10101 1111 10100001 1000010 111001

Color Harmonies of #48D9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D9AB

Black with #48D9AB

Text Example


Text Example

White with #48D9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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