#28DFAA

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

Shades of Shamrock #28DFAA

Tints of Shamrock #28DFAA

Color information

#28DFAA (or 0x28DFAA) is unknown color: approx Shamrock. HEX triplet: 28, DF and AA. RGB value is (40,223,170). Sum of RGB (Red+Green+Blue) = 40+223+170=433 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.24% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #28DFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DFAA is #D72055. Grayscale: #A2A2A2. Windows color (decimal): -14098518 or 11198248. OLE color: 11198248.

HSL color Cylindrical-coordinate representation of color #28DFAA: hue angle of 162.62º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DFAA is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB40223170-
CMYK0.8200.240.13
HSL162.62º74.09%51.57%-
HSV(B)162.62º82.06%87.45%-
XYZ34.5256.1347.04-
YUV162.24132.3740.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.24%
GREEN value IS 223 (87.5% from 255) = 51.50%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=9.24%
G=51.50%
B=39.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal402231700.8200.240.13162.6274.0951.57
Hex28DFAA52018Da34a34
Octal503372521220301524311264
Binary101000110111111010101010100100110001101101000111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28DFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,223,170); }

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

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

 a { background-color: rgb(40,223,170); }

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

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

 span { border-color: rgb(40,223,170); }

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