#C0F2DC

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

Shades of Mint Tulip #C0F2DC

Tints of Mint Tulip #C0F2DC

Color information

#C0F2DC (or 0xC0F2DC) is unknown color: approx Mint Tulip. HEX triplet: C0, F2 and DC. RGB value is (192,242,220). Sum of RGB (Red+Green+Blue) = 192+242+220=654 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.36% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F2DC is #3F0D23. Grayscale: #E0E0E0. Windows color (decimal): -4132132 or 14480064. OLE color: 14480064.

HSL color Cylindrical-coordinate representation of color #C0F2DC: hue angle of 153.6º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F2DC is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB192242220-
CMYK0.2100.090.05
HSL153.6º65.79%85.1%-
HSV(B)153.6º20.66%94.9%-
XYZ66.4179.8879.63-
YUV224.54125.44104.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.36%
GREEN value IS 242 (94.92% from 255) = 37.00%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=29.36%
G=37.00%
B=33.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922422200.2100.090.05153.665.7985.1
HexC0F2DC150959a4255
Octal300362334250115232102125
Binary11000000111100101101110010101010011011001101010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F2DC; }

 p { color: rgb(192,242,220); }

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

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

 a { background-color: rgb(192,242,220); }

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

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

 span { border-color: rgb(192,242,220); }

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