Html Css Color HEX #48DFA1 Shamrock

📋 copy color: '#48DFA1'

red 72 ◦ green 223 ◦ blue 161

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

Shades of Shamrock #48DFA1

Tints of Shamrock #48DFA1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.9%

 BLUE value IS 161 (63.28% from 255) = 35.31%

R = 15.79%
G = 48.9%
B = 35.31%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#48DFA1 (or 0x48DFA1) is known color: Shamrock. HEX triplet: 48, DF and A1. RGB value is (72,223,161). Sum of RGB (Red+Green+Blue) = 72+223+161=456 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.79% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #48DFA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DFA1 is #B7205E. Grayscale: #AAAAAA. Windows color (decimal): -12001375 or 10608456. OLE color: 10608456.

HSL color Cylindrical-coordinate representation of color #48DFA1: hue angle of 155.36º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48DFA1 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 223 161 -
CMYK 0.68 0 0.28 0.13
HSL 155.36º 0.7% 0.58% -
HSV(B) 155.36º 0.68% 0.87% -
XYZ 35.49 56.73 42.8 -
YUV 170.78 122.47 57.54 -
System Red Green Blue C M Y K H S L
Decimal 72 223 161 0.68 0 0.28 0.13 155.36 0.7 0.58
Hex 48 DF A1 44 0 1C D 9B 46 3A
Octal 110 337 241 104 0 34 15 233 106 72
Binary 1001000 11011111 10100001 1000100 0 11100 1101 10011011 1000110 111010

Color Harmonies of #48DFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DFA1

Black with #48DFA1

Text Example


Text Example

White with #48DFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,223,161); }

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

background-color css

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

 a { background-color: rgb(72,223,161); }

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

border-color css

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

 span { border-color: rgb(72,223,161); }

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