#C0F8DF

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

Shades of Mint Tulip #C0F8DF

Tints of Mint Tulip #C0F8DF

Color information

#C0F8DF (or 0xC0F8DF) is unknown color: approx Mint Tulip. HEX triplet: C0, F8 and DF. RGB value is (192,248,223). Sum of RGB (Red+Green+Blue) = 192+248+223=663 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.96% from 663); Green value is 248 (97.27% from 255 or 37.41% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F8DF is #3F0720. Grayscale: #E4E4E4. Windows color (decimal): -4130593 or 14678208. OLE color: 14678208.

HSL color Cylindrical-coordinate representation of color #C0F8DF: hue angle of 153.21º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F8DF is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB192248223-
CMYK0.2300.100.03
HSL153.21º80%86.27%-
HSV(B)153.21º22.58%97.25%-
XYZ68.6283.6782.34-
YUV228.41124.95102.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.96%
GREEN value IS 248 (97.27% from 255) = 37.41%
BLUE value IS 223 (87.5% from 255) = 33.63%
R=28.96%
G=37.41%
B=33.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1922482230.2300.100.03153.218086.27
HexC0F8DF170A3995056
Octal300370337270123231120126
Binary1100000011111000110111111011101010111001100110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F8DF; }

 p { color: rgb(192,248,223); }

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

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

 a { background-color: rgb(192,248,223); }

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

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

 span { border-color: rgb(192,248,223); }

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