Html Css Color HEX #48D19F Shamrock

📋 copy color: '#48D19F'

red 72 ◦ green 209 ◦ blue 159

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

Shades of Shamrock #48D19F

Tints of Shamrock #48D19F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.14%

R = 16.36%
G = 47.5%
B = 36.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#48D19F (or 0x48D19F) is known color: Shamrock. HEX triplet: 48, D1 and 9F. RGB value is (72,209,159). Sum of RGB (Red+Green+Blue) = 72+209+159=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 209 - color contains mainly: green. Hex color #48D19F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D19F is #B72E60. Grayscale: #A2A2A2. Windows color (decimal): -12004961 or 10473800. OLE color: 10473800.

HSL color Cylindrical-coordinate representation of color #48D19F: hue angle of 158.1º 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 #48D19F is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 209 159 -
CMYK 0.66 0 0.24 0.18
HSL 158.1º 0.6% 0.55% -
HSV(B) 158.1º 0.66% 0.82% -
XYZ 31.73 49.48 40.68 -
YUV 162.34 126.11 63.57 -
System Red Green Blue C M Y K H S L
Decimal 72 209 159 0.66 0 0.24 0.18 158.1 0.6 0.55
Hex 48 D1 9F 42 0 18 12 9E 3C 37
Octal 110 321 237 102 0 30 22 236 74 67
Binary 1001000 11010001 10011111 1000010 0 11000 10010 10011110 111100 110111

Color Harmonies of #48D19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D19F

Black with #48D19F

Text Example


Text Example

White with #48D19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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