Html Css Color HEX #48D89C Shamrock

📋 copy color: '#48D89C'

red 72 ◦ green 216 ◦ blue 156

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

Shades of Shamrock #48D89C

Tints of Shamrock #48D89C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.65%

 BLUE value IS 156 (61.33% from 255) = 35.14%

R = 16.22%
G = 48.65%
B = 35.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#48D89C (or 0x48D89C) is known color: Shamrock. HEX triplet: 48, D8 and 9C. RGB value is (72,216,156). Sum of RGB (Red+Green+Blue) = 72+216+156=444 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.22% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #48D89C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D89C is #B72763. Grayscale: #A6A6A6. Windows color (decimal): -12003172 or 10278984. OLE color: 10278984.

HSL color Cylindrical-coordinate representation of color #48D89C: hue angle of 155º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D89C is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 216 156 -
CMYK 0.67 0 0.28 0.15
HSL 155º 0.65% 0.56% -
HSV(B) 155º 0.67% 0.85% -
XYZ 33.23 52.89 39.91 -
YUV 166.1 122.29 60.88 -
System Red Green Blue C M Y K H S L
Decimal 72 216 156 0.67 0 0.28 0.15 155 0.65 0.56
Hex 48 D8 9C 43 0 1C F 9B 41 38
Octal 110 330 234 103 0 34 17 233 101 70
Binary 1001000 11011000 10011100 1000011 0 11100 1111 10011011 1000001 111000

Color Harmonies of #48D89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D89C

Black with #48D89C

Text Example


Text Example

White with #48D89C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,216,156); }

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

background-color css

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

 a { background-color: rgb(72,216,156); }

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

border-color css

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

 span { border-color: rgb(72,216,156); }

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