#48FAA5

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

Shades of Shamrock #48FAA5

Tints of Shamrock #48FAA5

Color information

#48FAA5 (or 0x48FAA5) is unknown color: approx Shamrock. HEX triplet: 48, FA and A5. RGB value is (72,250,165). Sum of RGB (Red+Green+Blue) = 72+250+165=487 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.78% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #48FAA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FAA5 is #B7055A. Grayscale: #BBBBBB. Windows color (decimal): -11994459 or 10877512. OLE color: 10877512.

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

Color convert

RGB72250165-
CMYK0.7100.340.02
HSL151.35º94.68%63.14%-
HSV(B)151.35º71.2%98.04%-
XYZ43.6572.4747.28-
YUV187.09115.5345.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.78%
GREEN value IS 250 (98.05% from 255) = 51.33%
BLUE value IS 165 (64.84% from 255) = 33.88%
R=14.78%
G=51.33%
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.02
SystemRedGreenBlueCMYKHSL
Decimal722501650.7100.340.02151.3594.6863.14
Hex48FAA5470222975f3f
Octal110372245107042222713777
Binary100100011111010101001011000111010001010100101111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,250,165); }

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

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

 a { background-color: rgb(72,250,165); }

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

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

 span { border-color: rgb(72,250,165); }

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