Html Css Color HEX #48E5AC Shamrock

📋 copy color: '#48E5AC'

red 72 ◦ green 229 ◦ blue 172

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

Shades of Shamrock #48E5AC

Tints of Shamrock #48E5AC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.41%

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

R = 15.22%
G = 48.41%
B = 36.36%

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

#48E5AC (or 0x48E5AC) is known color: Shamrock. HEX triplet: 48, E5 and AC. RGB value is (72,229,172). Sum of RGB (Red+Green+Blue) = 72+229+172=473 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.22% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #48E5AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E5AC is #B71A53. Grayscale: #AFAFAF. Windows color (decimal): -11999828 or 11330888. OLE color: 11330888.

HSL color Cylindrical-coordinate representation of color #48E5AC: hue angle of 158.22º degrees, saturation: 0.75, 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 #48E5AC is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 229 172 -
CMYK 0.69 0 0.25 0.10
HSL 158.22º 0.75% 0.59% -
HSV(B) 158.22º 0.69% 0.9% -
XYZ 38.14 60.39 48.68 -
YUV 175.56 125.99 54.13 -
System Red Green Blue C M Y K H S L
Decimal 72 229 172 0.69 0 0.25 0.10 158.22 0.75 0.59
Hex 48 E5 AC 45 0 19 A 9E 4B 3B
Octal 110 345 254 105 0 31 12 236 113 73
Binary 1001000 11100101 10101100 1000101 0 11001 1010 10011110 1001011 111011

Color Harmonies of #48E5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E5AC

Black with #48E5AC

Text Example


Text Example

White with #48E5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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