#c6f2e1

Color #C6F2E1 Mint Tulip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Tulip #C6F2E1

Tints of Mint Tulip #C6F2E1

Color information

#C6F2E1 (or 0xC6F2E1) is unknown color: approx Mint Tulip. HEX triplet: C6, F2 and E1. RGB value is (198,242,225). Sum of RGB (Red+Green+Blue) = 198+242+225=665 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.77% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F2E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6F2E1 is #390D1E. Grayscale: #E2E2E2. Windows color (decimal): -3738911 or 14807750. OLE color: 14807750.

HSL color Cylindrical-coordinate representation of color #C6F2E1: hue angle of 156.82º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6F2E1 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB198242225-
CMYK0.1800.070.05
HSL156.82º62.86%86.27%-
HSV(B)156.82º18.18%94.9%-
XYZ68.6380.9583.24-
YUV226.91126.92107.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.77%
GREEN value IS 242 (94.92% from 255) = 36.39%
BLUE value IS 225 (88.28% from 255) = 33.83%
R=29.77%
G=36.39%
B=33.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1982422250.1800.070.05156.8262.8686.27
HexC6F2E1120759d3f56
Octal3063623412207523577126
Binary110001101111001011100001100100111101100111011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6f2e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6f2e1; }

 p { color: rgb(198,242,225); }

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

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

 a { background-color: rgb(198,242,225); }

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

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

 span { border-color: rgb(198,242,225); }

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