Html Css Color HEX #48E6AC Shamrock

📋 copy color: '#48E6AC'

red 72 ◦ green 230 ◦ blue 172

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

Shades of Shamrock #48E6AC

Tints of Shamrock #48E6AC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.52%

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 15.19%
G = 48.52%
B = 36.29%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#48E6AC (or 0x48E6AC) is known color: Shamrock. HEX triplet: 48, E6 and AC. RGB value is (72,230,172). Sum of RGB (Red+Green+Blue) = 72+230+172=474 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.19% from 474); Green value is 230 (90.23% from 255 or 48.52% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 230 - color contains mainly: green. Hex color #48E6AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E6AC is #B71953. Grayscale: #B0B0B0. Windows color (decimal): -11999572 or 11331144. OLE color: 11331144.

HSL color Cylindrical-coordinate representation of color #48E6AC: hue angle of 157.97º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E6AC is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 230 172 -
CMYK 0.69 0 0.25 0.10
HSL 157.97º 0.76% 0.59% -
HSV(B) 157.97º 0.69% 0.9% -
XYZ 38.42 60.95 48.77 -
YUV 176.15 125.65 53.72 -
System Red Green Blue C M Y K H S L
Decimal 72 230 172 0.69 0 0.25 0.10 157.97 0.76 0.59
Hex 48 E6 AC 45 0 19 A 9E 4C 3B
Octal 110 346 254 105 0 31 12 236 114 73
Binary 1001000 11100110 10101100 1000101 0 11001 1010 10011110 1001100 111011

Color Harmonies of #48E6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E6AC

Black with #48E6AC

Text Example


Text Example

White with #48E6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,230,172); }

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

background-color css

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

 a { background-color: rgb(72,230,172); }

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

border-color css

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

 span { border-color: rgb(72,230,172); }

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