#21D0A6

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

Shades of Shamrock #21D0A6

Tints of Shamrock #21D0A6

Color information

#21D0A6 (or 0x21D0A6) is unknown color: approx Shamrock. HEX triplet: 21, D0 and A6. RGB value is (33,208,166). Sum of RGB (Red+Green+Blue) = 33+208+166=407 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.11% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #21D0A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D0A6 is #DE2F59. Grayscale: #969696. Windows color (decimal): -14561114 or 10932257. OLE color: 10932257.

HSL color Cylindrical-coordinate representation of color #21D0A6: hue angle of 165.6º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D0A6 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB33208166-
CMYK0.8400.200.18
HSL165.6º72.61%47.25%-
HSV(B)165.6º84.13%81.57%-
XYZ30.0748.1943.79-
YUV150.89136.5243.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.11%
GREEN value IS 208 (81.64% from 255) = 51.11%
BLUE value IS 166 (65.23% from 255) = 40.79%
R=8.11%
G=51.11%
B=40.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal332081660.8400.200.18165.672.6147.25
Hex21D0A65401412a6492f
Octal413202461240242224611157
Binary1000011101000010100110101010001010010010101001101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21D0A6; }

 p { color: rgb(33,208,166); }

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

<style>
 a { background-color: #21D0A6; }

 a { background-color: rgb(33,208,166); }

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

<style>
 span { border-color: #21D0A6; }

 span { border-color: rgb(33,208,166); }

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