#28E1A4

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

Shades of Shamrock #28E1A4

Tints of Shamrock #28E1A4

Color information

#28E1A4 (or 0x28E1A4) is unknown color: approx Shamrock. HEX triplet: 28, E1 and A4. RGB value is (40,225,164). Sum of RGB (Red+Green+Blue) = 40+225+164=429 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.32% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #28E1A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28E1A4 is #D71E5B. Grayscale: #A2A2A2. Windows color (decimal): -14098012 or 10805544. OLE color: 10805544.

HSL color Cylindrical-coordinate representation of color #28E1A4: hue angle of 160.22º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E1A4 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB40225164-
CMYK0.8200.270.12
HSL160.22º75.51%51.96%-
HSV(B)160.22º82.22%88.24%-
XYZ34.556.9844.3-
YUV162.73128.7140.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.32%
GREEN value IS 225 (88.28% from 255) = 52.45%
BLUE value IS 164 (64.45% from 255) = 38.23%
R=9.32%
G=52.45%
B=38.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal402251640.8200.270.12160.2275.5151.96
Hex28E1A45201BCa04c34
Octal503412441220331424011464
Binary101000111000011010010010100100110111100101000001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28E1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28E1A4; }

 p { color: rgb(40,225,164); }

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

<style>
 a { background-color: #28E1A4; }

 a { background-color: rgb(40,225,164); }

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

<style>
 span { border-color: #28E1A4; }

 span { border-color: rgb(40,225,164); }

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