#48ECA7

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

Shades of Shamrock #48ECA7

Tints of Shamrock #48ECA7

Color information

#48ECA7 (or 0x48ECA7) is unknown color: approx Shamrock. HEX triplet: 48, EC and A7. RGB value is (72,236,167). Sum of RGB (Red+Green+Blue) = 72+236+167=475 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.16% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #48ECA7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48ECA7 is #B71358. Grayscale: #B3B3B3. Windows color (decimal): -11998041 or 11005000. OLE color: 11005000.

HSL color Cylindrical-coordinate representation of color #48ECA7: hue angle of 154.76º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48ECA7 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB72236167-
CMYK0.6900.290.07
HSL154.76º81.19%60.39%-
HSV(B)154.76º69.49%92.55%-
XYZ39.6464.1646.85-
YUV179.1121.1751.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.16%
GREEN value IS 236 (92.58% from 255) = 49.68%
BLUE value IS 167 (65.62% from 255) = 35.16%
R=15.16%
G=49.68%
B=35.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal722361670.6900.290.07154.7681.1960.39
Hex48ECA74501D79b513c
Octal110354247105035723312174
Binary100100011101100101001111000101011101111100110111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ECA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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