#48F8A4

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

Shades of Shamrock #48F8A4

Tints of Shamrock #48F8A4

Color information

#48F8A4 (or 0x48F8A4) is unknown color: approx Shamrock. HEX triplet: 48, F8 and A4. RGB value is (72,248,164). Sum of RGB (Red+Green+Blue) = 72+248+164=484 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.88% from 484); Green value is 248 (97.27% from 255 or 51.24% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 248 - color contains mainly: green. Hex color #48F8A4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F8A4 is #B7075B. Grayscale: #B9B9B9. Windows color (decimal): -11994972 or 10811464. OLE color: 10811464.

HSL color Cylindrical-coordinate representation of color #48F8A4: hue angle of 151.36º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F8A4 is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB72248164-
CMYK0.7100.340.03
HSL151.36º92.63%62.75%-
HSV(B)151.36º70.97%97.25%-
XYZ42.9471.1946.6-
YUV185.8115.6946.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.88%
GREEN value IS 248 (97.27% from 255) = 51.24%
BLUE value IS 164 (64.45% from 255) = 33.88%
R=14.88%
G=51.24%
B=33.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal722481640.7100.340.03151.3692.6362.75
Hex48F8A4470223975d3f
Octal110370244107042322713577
Binary100100011111000101001001000111010001011100101111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,248,164); }

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

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

 a { background-color: rgb(72,248,164); }

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

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

 span { border-color: rgb(72,248,164); }

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