Html Css Color HEX #48E9AC Shamrock

📋 copy color: '#48E9AC'

red 72 ◦ green 233 ◦ blue 172

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

Shades of Shamrock #48E9AC

Tints of Shamrock #48E9AC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.85%

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

R = 15.09%
G = 48.85%
B = 36.06%

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

#48E9AC (or 0x48E9AC) is known color: Shamrock. HEX triplet: 48, E9 and AC. RGB value is (72,233,172). Sum of RGB (Red+Green+Blue) = 72+233+172=477 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.09% from 477); Green value is 233 (91.41% from 255 or 48.85% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 233 - color contains mainly: green. Hex color #48E9AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E9AC is #B71653. Grayscale: #B1B1B1. Windows color (decimal): -11998804 or 11331912. OLE color: 11331912.

HSL color Cylindrical-coordinate representation of color #48E9AC: hue angle of 157.27º degrees, saturation: 0.79, 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 #48E9AC is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 233 172 -
CMYK 0.69 0 0.26 0.09
HSL 157.27º 0.79% 0.6% -
HSV(B) 157.27º 0.69% 0.91% -
XYZ 39.26 62.63 49.05 -
YUV 177.91 124.66 52.46 -
System Red Green Blue C M Y K H S L
Decimal 72 233 172 0.69 0 0.26 0.09 157.27 0.79 0.6
Hex 48 E9 AC 45 0 1A 9 9D 4F 3C
Octal 110 351 254 105 0 32 11 235 117 74
Binary 1001000 11101001 10101100 1000101 0 11010 1001 10011101 1001111 111100

Color Harmonies of #48E9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E9AC

Black with #48E9AC

Text Example


Text Example

White with #48E9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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