Html Css Color HEX #48D4A0 Shamrock

📋 copy color: '#48D4A0'

red 72 ◦ green 212 ◦ blue 160

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

Shades of Shamrock #48D4A0

Tints of Shamrock #48D4A0

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.75%

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

R = 16.22%
G = 47.75%
B = 36.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#48D4A0 (or 0x48D4A0) is known color: Shamrock. HEX triplet: 48, D4 and A0. RGB value is (72,212,160). Sum of RGB (Red+Green+Blue) = 72+212+160=444 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.22% from 444); Green value is 212 (83.20% from 255 or 47.75% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 212 - color contains mainly: green. Hex color #48D4A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D4A0 is #B72B5F. Grayscale: #A4A4A4. Windows color (decimal): -12004192 or 10540104. OLE color: 10540104.

HSL color Cylindrical-coordinate representation of color #48D4A0: hue angle of 157.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D4A0 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 72 212 160 -
CMYK 0.66 0 0.25 0.17
HSL 157.71º 0.62% 0.56% -
HSV(B) 157.71º 0.66% 0.83% -
XYZ 32.56 51 41.39 -
YUV 164.21 125.62 62.23 -
System Red Green Blue C M Y K H S L
Decimal 72 212 160 0.66 0 0.25 0.17 157.71 0.62 0.56
Hex 48 D4 A0 42 0 19 11 9E 3E 38
Octal 110 324 240 102 0 31 21 236 76 70
Binary 1001000 11010100 10100000 1000010 0 11001 10001 10011110 111110 111000

Color Harmonies of #48D4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D4A0

Black with #48D4A0

Text Example


Text Example

White with #48D4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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