#28D8AF

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

Shades of Shamrock #28D8AF

Tints of Shamrock #28D8AF

Color information

#28D8AF (or 0x28D8AF) is unknown color: approx Shamrock. HEX triplet: 28, D8 and AF. RGB value is (40,216,175). Sum of RGB (Red+Green+Blue) = 40+216+175=431 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.28% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #28D8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D8AF is #D72750. Grayscale: #9E9E9E. Windows color (decimal): -14100305 or 11524136. OLE color: 11524136.

HSL color Cylindrical-coordinate representation of color #28D8AF: hue angle of 166.02º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D8AF is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB40216175-
CMYK0.8100.190.15
HSL166.02º69.29%50.2%-
HSV(B)166.02º81.48%84.71%-
XYZ33.1752.6648.97-
YUV158.7137.1943.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.28%
GREEN value IS 216 (84.77% from 255) = 50.12%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=9.28%
G=50.12%
B=40.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal402161750.8100.190.15166.0269.2950.2
Hex28D8AF51013Fa64532
Octal503302571210231724610562
Binary101000110110001010111110100010100111111101001101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28D8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,216,175); }

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

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

 a { background-color: rgb(40,216,175); }

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

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

 span { border-color: rgb(40,216,175); }

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