Html Css Color HEX #48ECAA Shamrock

📋 copy color: '#48ECAA'

red 72 ◦ green 236 ◦ blue 170

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

Shades of Shamrock #48ECAA

Tints of Shamrock #48ECAA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.37%

 BLUE value IS 170 (66.8% from 255) = 35.56%

R = 15.06%
G = 49.37%
B = 35.56%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#48ECAA (or 0x48ECAA) is known color: Shamrock. HEX triplet: 48, EC and AA. RGB value is (72,236,170). Sum of RGB (Red+Green+Blue) = 72+236+170=478 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.06% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #48ECAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48ECAA is #B71355. Grayscale: #B3B3B3. Windows color (decimal): -11998038 or 11201608. OLE color: 11201608.

HSL color Cylindrical-coordinate representation of color #48ECAA: hue angle of 155.85º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48ECAA is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 236 170 -
CMYK 0.69 0 0.28 0.07
HSL 155.85º 0.81% 0.6% -
HSV(B) 155.85º 0.69% 0.93% -
XYZ 39.92 64.27 48.33 -
YUV 179.44 122.67 51.37 -
System Red Green Blue C M Y K H S L
Decimal 72 236 170 0.69 0 0.28 0.07 155.85 0.81 0.6
Hex 48 EC AA 45 0 1C 7 9C 51 3C
Octal 110 354 252 105 0 34 7 234 121 74
Binary 1001000 11101100 10101010 1000101 0 11100 111 10011100 1010001 111100

Color Harmonies of #48ECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ECAA

Black with #48ECAA

Text Example


Text Example

White with #48ECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,236,170); }

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

background-color css

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

 a { background-color: rgb(72,236,170); }

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

border-color css

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

 span { border-color: rgb(72,236,170); }

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