#2AD6B2

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

Shades of Shamrock #2AD6B2

Tints of Shamrock #2AD6B2

Color information

#2AD6B2 (or 0x2AD6B2) is unknown color: approx Shamrock. HEX triplet: 2A, D6 and B2. RGB value is (42,214,178). Sum of RGB (Red+Green+Blue) = 42+214+178=434 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.68% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD6B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD6B2 is #D5294D. Grayscale: #9E9E9E. Windows color (decimal): -13969742 or 11720234. OLE color: 11720234.

HSL color Cylindrical-coordinate representation of color #2AD6B2: hue angle of 167.44º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD6B2 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB42214178-
CMYK0.8000.170.16
HSL167.44º67.72%50.2%-
HSV(B)167.44º80.37%83.92%-
XYZ33.0451.850.38-
YUV158.47139.0244.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.68%
GREEN value IS 214 (83.98% from 255) = 49.31%
BLUE value IS 178 (69.92% from 255) = 41.01%
R=9.68%
G=49.31%
B=41.01%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal422141780.8000.170.16167.4467.7250.2
Hex2AD6B25001110a74432
Octal523262621200212024710462
Binary1010101101011010110010101000001000110000101001111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AD6B2; }

 p { color: rgb(42,214,178); }

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

<style>
 a { background-color: #2AD6B2; }

 a { background-color: rgb(42,214,178); }

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

<style>
 span { border-color: #2AD6B2; }

 span { border-color: rgb(42,214,178); }

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