#28D6B6

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

Shades of Shamrock #28D6B6

Tints of Shamrock #28D6B6

Color information

#28D6B6 (or 0x28D6B6) is unknown color: approx Shamrock. HEX triplet: 28, D6 and B6. RGB value is (40,214,182). Sum of RGB (Red+Green+Blue) = 40+214+182=436 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.17% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #28D6B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D6B6 is #D72949. Grayscale: #9E9E9E. Windows color (decimal): -14100810 or 11982376. OLE color: 11982376.

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

Color convert

RGB40214182-
CMYK0.8100.150.16
HSL168.97º68.5%49.8%-
HSV(B)168.97º81.31%83.92%-
XYZ33.3751.9252.52-
YUV158.33141.3543.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.17%
GREEN value IS 214 (83.98% from 255) = 49.08%
BLUE value IS 182 (71.48% from 255) = 41.74%
R=9.17%
G=49.08%
B=41.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal402141820.8100.150.16168.9768.549.8
Hex28D6B6510F10a94532
Octal503262661210172025110562
Binary101000110101101011011010100010111110000101010011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28D6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,214,182); }

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

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

 a { background-color: rgb(40,214,182); }

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

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

 span { border-color: rgb(40,214,182); }

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