#C2EFDC

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

Shades of Mint Tulip #C2EFDC

Tints of Mint Tulip #C2EFDC

Color information

#C2EFDC (or 0xC2EFDC) is unknown color: approx Mint Tulip. HEX triplet: C2, EF and DC. RGB value is (194,239,220). Sum of RGB (Red+Green+Blue) = 194+239+220=653 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.71% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EFDC is #3D1023. Grayscale: #DFDFDF. Windows color (decimal): -4001828 or 14479298. OLE color: 14479298.

HSL color Cylindrical-coordinate representation of color #C2EFDC: hue angle of 154.67º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2EFDC is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB194239220-
CMYK0.1900.080.06
HSL154.67º58.44%84.9%-
HSV(B)154.67º18.83%93.73%-
XYZ66.0378.3779.36-
YUV223.38126.09107.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.71%
GREEN value IS 239 (93.75% from 255) = 36.60%
BLUE value IS 220 (86.33% from 255) = 33.69%
R=29.71%
G=36.60%
B=33.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1942392200.1900.080.06154.6758.4484.9
HexC2EFDC130869b3a55
Octal30235733423010623372125
Binary1100001011101111110111001001101000110100110111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EFDC; }

 p { color: rgb(194,239,220); }

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

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

 a { background-color: rgb(194,239,220); }

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

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

 span { border-color: rgb(194,239,220); }

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