Html Css Color HEX #48E09C Shamrock

📋 copy color: '#48E09C'

red 72 ◦ green 224 ◦ blue 156

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

Shades of Shamrock #48E09C

Tints of Shamrock #48E09C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.56%

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

R = 15.93%
G = 49.56%
B = 34.51%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#48E09C (or 0x48E09C) is known color: Shamrock. HEX triplet: 48, E0 and 9C. RGB value is (72,224,156). Sum of RGB (Red+Green+Blue) = 72+224+156=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 224 (87.89% from 255 or 49.56% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 224 - color contains mainly: green. Hex color #48E09C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E09C is #B71F63. Grayscale: #AAAAAA. Windows color (decimal): -12001124 or 10281032. OLE color: 10281032.

HSL color Cylindrical-coordinate representation of color #48E09C: hue angle of 153.16º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E09C is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 224 156 -
CMYK 0.68 0 0.30 0.12
HSL 153.16º 0.71% 0.58% -
HSV(B) 153.16º 0.68% 0.88% -
XYZ 35.33 57.09 40.61 -
YUV 170.8 119.64 57.53 -
System Red Green Blue C M Y K H S L
Decimal 72 224 156 0.68 0 0.30 0.12 153.16 0.71 0.58
Hex 48 E0 9C 44 0 1E C 99 47 3A
Octal 110 340 234 104 0 36 14 231 107 72
Binary 1001000 11100000 10011100 1000100 0 11110 1100 10011001 1000111 111010

Color Harmonies of #48E09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E09C

Black with #48E09C

Text Example


Text Example

White with #48E09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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