#1CCFAB

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

Shades of Shamrock #1CCFAB

Tints of Shamrock #1CCFAB

Color information

#1CCFAB (or 0x1CCFAB) is unknown color: approx Shamrock. HEX triplet: 1C, CF and AB. RGB value is (28,207,171). Sum of RGB (Red+Green+Blue) = 28+207+171=406 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.90% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCFAB is #E33054. Grayscale: #959595. Windows color (decimal): -14889045 or 11259676. OLE color: 11259676.

HSL color Cylindrical-coordinate representation of color #1CCFAB: hue angle of 167.93º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCFAB is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB28207171-
CMYK0.8600.170.19
HSL167.93º76.17%46.08%-
HSV(B)167.93º86.47%81.18%-
XYZ30.1447.8146.17-
YUV149.37140.241.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.90%
GREEN value IS 207 (81.25% from 255) = 50.99%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=6.90%
G=50.99%
B=42.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal282071710.8600.170.19167.9376.1746.08
Hex1CCFAB5601113a84c2e
Octal343172531260212325011456
Binary111001100111110101011101011001000110011101010001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CCFAB; }

 p { color: rgb(28,207,171); }

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

<style>
 a { background-color: #1CCFAB; }

 a { background-color: rgb(28,207,171); }

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

<style>
 span { border-color: #1CCFAB; }

 span { border-color: rgb(28,207,171); }

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