#C1FDDF

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

Shades of Mint Tulip #C1FDDF

Tints of Mint Tulip #C1FDDF

Color information

#C1FDDF (or 0xC1FDDF) is unknown color: approx Mint Tulip. HEX triplet: C1, FD and DF. RGB value is (193,253,223). Sum of RGB (Red+Green+Blue) = 193+253+223=669 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.85% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FDDF is #3E0220. Grayscale: #E7E7E7. Windows color (decimal): -4063777 or 14679489. OLE color: 14679489.

HSL color Cylindrical-coordinate representation of color #C1FDDF: hue angle of 150º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FDDF is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB193253223-
CMYK0.2400.120.01
HSL150º93.75%87.45%-
HSV(B)150º23.72%99.22%-
XYZ70.4486.9282.88-
YUV231.64123.12100.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.85%
GREEN value IS 253 (99.22% from 255) = 37.82%
BLUE value IS 223 (87.5% from 255) = 33.33%
R=28.85%
G=37.82%
B=33.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1932532230.2400.120.0115093.7587.45
HexC1FDDF180C1965e57
Octal301375337300141226136127
Binary110000011111110111011111110000110011001011010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FDDF; }

 p { color: rgb(193,253,223); }

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

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

 a { background-color: rgb(193,253,223); }

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

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

 span { border-color: rgb(193,253,223); }

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