#48EEA7

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

Shades of Shamrock #48EEA7

Tints of Shamrock #48EEA7

Color information

#48EEA7 (or 0x48EEA7) is unknown color: approx Shamrock. HEX triplet: 48, EE and A7. RGB value is (72,238,167). Sum of RGB (Red+Green+Blue) = 72+238+167=477 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.09% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 167 (65.62% from 255 or 35.01% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #48EEA7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EEA7 is #B71158. Grayscale: #B4B4B4. Windows color (decimal): -11997529 or 11005512. OLE color: 11005512.

HSL color Cylindrical-coordinate representation of color #48EEA7: hue angle of 154.34º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EEA7 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB72238167-
CMYK0.7000.300.07
HSL154.34º83%60.78%-
HSV(B)154.34º69.75%93.33%-
XYZ40.2265.3247.05-
YUV180.27120.550.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.09%
GREEN value IS 238 (93.36% from 255) = 49.90%
BLUE value IS 167 (65.62% from 255) = 35.01%
R=15.09%
G=49.90%
B=35.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal722381670.7000.300.07154.348360.78
Hex48EEA74601E79a533d
Octal110356247106036723212375
Binary100100011101110101001111000110011110111100110101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,238,167); }

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

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

 a { background-color: rgb(72,238,167); }

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

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

 span { border-color: rgb(72,238,167); }

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