Html Css Color HEX #48D5A6 Shamrock

📋 copy color: '#48D5A6'

red 72 ◦ green 213 ◦ blue 166

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

Shades of Shamrock #48D5A6

Tints of Shamrock #48D5A6

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.23%

 BLUE value IS 166 (65.23% from 255) = 36.81%

R = 15.96%
G = 47.23%
B = 36.81%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#48D5A6 (or 0x48D5A6) is known color: Shamrock. HEX triplet: 48, D5 and A6. RGB value is (72,213,166). Sum of RGB (Red+Green+Blue) = 72+213+166=451 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.96% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #48D5A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D5A6 is #B72A59. Grayscale: #A5A5A5. Windows color (decimal): -12003930 or 10933576. OLE color: 10933576.

HSL color Cylindrical-coordinate representation of color #48D5A6: hue angle of 160º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D5A6 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 213 166 -
CMYK 0.66 0 0.22 0.16
HSL 160º 0.63% 0.56% -
HSV(B) 160º 0.66% 0.84% -
XYZ 33.35 51.72 44.3 -
YUV 165.48 128.29 61.32 -
System Red Green Blue C M Y K H S L
Decimal 72 213 166 0.66 0 0.22 0.16 160 0.63 0.56
Hex 48 D5 A6 42 0 16 10 A0 3F 38
Octal 110 325 246 102 0 26 20 240 77 70
Binary 1001000 11010101 10100110 1000010 0 10110 10000 10100000 111111 111000

Color Harmonies of #48D5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D5A6

Black with #48D5A6

Text Example


Text Example

White with #48D5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,213,166); }

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

background-color css

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

 a { background-color: rgb(72,213,166); }

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

border-color css

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

 span { border-color: rgb(72,213,166); }

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