#C2F5DD

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

Shades of Mint Tulip #C2F5DD

Tints of Mint Tulip #C2F5DD

Color information

#C2F5DD (or 0xC2F5DD) is unknown color: approx Mint Tulip. HEX triplet: C2, F5 and DD. RGB value is (194,245,221). Sum of RGB (Red+Green+Blue) = 194+245+221=660 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.39% from 660); Green value is 245 (96.09% from 255 or 37.12% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 245 - color contains mainly: green. Hex color #C2F5DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F5DD is #3D0A22. Grayscale: #E3E3E3. Windows color (decimal): -4000291 or 14546370. OLE color: 14546370.

HSL color Cylindrical-coordinate representation of color #C2F5DD: hue angle of 151.76º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2F5DD is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB194245221-
CMYK0.2100.100.04
HSL151.76º71.83%86.08%-
HSV(B)151.76º20.82%96.08%-
XYZ67.9581.9980.65-
YUV227.02124.6104.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.39%
GREEN value IS 245 (96.09% from 255) = 37.12%
BLUE value IS 221 (86.72% from 255) = 33.48%
R=29.39%
G=37.12%
B=33.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1942452210.2100.100.04151.7671.8386.08
HexC2F5DD150A4984856
Octal302365335250124230110126
Binary11000010111101011101110110101010101001001100010010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F5DD; }

 p { color: rgb(194,245,221); }

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

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

 a { background-color: rgb(194,245,221); }

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

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

 span { border-color: rgb(194,245,221); }

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