Html Css Color HEX #48E8AC Shamrock

📋 copy color: '#48E8AC'

red 72 ◦ green 232 ◦ blue 172

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

Shades of Shamrock #48E8AC

Tints of Shamrock #48E8AC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.74%

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

R = 15.13%
G = 48.74%
B = 36.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#48E8AC (or 0x48E8AC) is known color: Shamrock. HEX triplet: 48, E8 and AC. RGB value is (72,232,172). Sum of RGB (Red+Green+Blue) = 72+232+172=476 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.13% from 476); Green value is 232 (91.02% from 255 or 48.74% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 232 - color contains mainly: green. Hex color #48E8AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E8AC is #B71753. Grayscale: #B1B1B1. Windows color (decimal): -11999060 or 11331656. OLE color: 11331656.

HSL color Cylindrical-coordinate representation of color #48E8AC: hue angle of 157.5º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E8AC is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 232 172 -
CMYK 0.69 0 0.26 0.09
HSL 157.5º 0.78% 0.6% -
HSV(B) 157.5º 0.69% 0.91% -
XYZ 38.98 62.07 48.96 -
YUV 177.32 124.99 52.88 -
System Red Green Blue C M Y K H S L
Decimal 72 232 172 0.69 0 0.26 0.09 157.5 0.78 0.6
Hex 48 E8 AC 45 0 1A 9 9E 4E 3C
Octal 110 350 254 105 0 32 11 236 116 74
Binary 1001000 11101000 10101100 1000101 0 11010 1001 10011110 1001110 111100

Color Harmonies of #48E8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E8AC

Black with #48E8AC

Text Example


Text Example

White with #48E8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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