#48f2aa

Color #48F2AA Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #48F2AA

Tints of Shamrock #48F2AA

Color information

#48F2AA (or 0x48F2AA) is unknown color: approx Shamrock. HEX triplet: 48, F2 and AA. RGB value is (72,242,170). Sum of RGB (Red+Green+Blue) = 72+242+170=484 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.88% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #48F2AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F2AA is #B70D55. Grayscale: #B7B7B7. Windows color (decimal): -11996502 or 11203144. OLE color: 11203144.

HSL color Cylindrical-coordinate representation of color #48F2AA: hue angle of 154.59º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F2AA is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB72242170-
CMYK0.7000.300.05
HSL154.59º86.73%61.57%-
HSV(B)154.59º70.25%94.9%-
XYZ41.6867.7848.92-
YUV182.96120.6848.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.88%
GREEN value IS 242 (94.92% from 255) = 50%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=14.88%
G=50%
B=35.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal722421700.7000.300.05154.5986.7361.57
Hex48F2AA4601E59b573e
Octal110362252106036523312776
Binary100100011110010101010101000110011110101100110111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48f2aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48f2aa;
 }
 .AnyTagClassName
 {
   color: #48f2aa;
 }
</style>
background-color css

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

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

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

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

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

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