#48F4AA

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

Shades of Shamrock #48F4AA

Tints of Shamrock #48F4AA

Color information

#48F4AA (or 0x48F4AA) is unknown color: approx Shamrock. HEX triplet: 48, F4 and AA. RGB value is (72,244,170). Sum of RGB (Red+Green+Blue) = 72+244+170=486 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.81% from 486); Green value is 244 (95.70% from 255 or 50.21% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 244 - color contains mainly: green. Hex color #48F4AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F4AA is #B70B55. Grayscale: #B8B8B8. Windows color (decimal): -11995990 or 11203656. OLE color: 11203656.

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

Color convert

RGB72244170-
CMYK0.7000.300.04
HSL154.19º88.66%61.96%-
HSV(B)154.19º70.49%95.69%-
XYZ42.2868.9849.12-
YUV184.14120.0248.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.81%
GREEN value IS 244 (95.70% from 255) = 50.21%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=14.81%
G=50.21%
B=34.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal722441700.7000.300.04154.1988.6661.96
Hex48F4AA4601E49a593e
Octal110364252106036423213176
Binary100100011110100101010101000110011110100100110101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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