#2FCDA6

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

Shades of Shamrock #2FCDA6

Tints of Shamrock #2FCDA6

Color information

#2FCDA6 (or 0x2FCDA6) is unknown color: approx Shamrock. HEX triplet: 2F, CD and A6. RGB value is (47,205,166). Sum of RGB (Red+Green+Blue) = 47+205+166=418 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.24% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 166 (65.23% from 255 or 39.71% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCDA6 is #D03259. Grayscale: #999999. Windows color (decimal): -13644378 or 10931503. OLE color: 10931503.

HSL color Cylindrical-coordinate representation of color #2FCDA6: hue angle of 165.19º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCDA6 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB47205166-
CMYK0.7700.190.20
HSL165.19º62.7%49.41%-
HSV(B)165.19º77.07%80.39%-
XYZ29.8947.0243.58-
YUV153.31135.1552.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.24%
GREEN value IS 205 (80.47% from 255) = 49.04%
BLUE value IS 166 (65.23% from 255) = 39.71%
R=11.24%
G=49.04%
B=39.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal472051660.7700.190.20165.1962.749.41
Hex2FCDA64D01314a53f31
Octal57315246115023242457761
Binary101111110011011010011010011010100111010010100101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FCDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,205,166); }

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

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

 a { background-color: rgb(47,205,166); }

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

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

 span { border-color: rgb(47,205,166); }

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