#C0FADF

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

Shades of Mint Tulip #C0FADF

Tints of Mint Tulip #C0FADF

Color information

#C0FADF (or 0xC0FADF) is unknown color: approx Mint Tulip. HEX triplet: C0, FA and DF. RGB value is (192,250,223). Sum of RGB (Red+Green+Blue) = 192+250+223=665 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.87% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FADF is #3F0520. Grayscale: #E5E5E5. Windows color (decimal): -4130081 or 14678720. OLE color: 14678720.

HSL color Cylindrical-coordinate representation of color #C0FADF: hue angle of 152.07º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0FADF is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB192250223-
CMYK0.2300.110.02
HSL152.07º85.29%86.67%-
HSV(B)152.07º23.2%98.04%-
XYZ69.2484.9182.55-
YUV229.58124.28101.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.87%
GREEN value IS 250 (98.05% from 255) = 37.59%
BLUE value IS 223 (87.5% from 255) = 33.53%
R=28.87%
G=37.59%
B=33.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922502230.2300.110.02152.0785.2986.67
HexC0FADF170B2985557
Octal300372337270132230125127
Binary1100000011111010110111111011101011101001100010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FADF; }

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

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

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

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

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

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

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

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