#C2EADC

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

Shades of Mint Tulip #C2EADC

Tints of Mint Tulip #C2EADC

Color information

#C2EADC (or 0xC2EADC) is unknown color: approx Mint Tulip. HEX triplet: C2, EA and DC. RGB value is (194,234,220). Sum of RGB (Red+Green+Blue) = 194+234+220=648 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.94% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EADC is #3D1523. Grayscale: #DCDCDC. Windows color (decimal): -4003108 or 14478018. OLE color: 14478018.

HSL color Cylindrical-coordinate representation of color #C2EADC: hue angle of 159º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2EADC is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB194234220-
CMYK0.1700.060.08
HSL159º48.78%83.92%-
HSV(B)159º17.09%91.76%-
XYZ64.5975.4878.88-
YUV220.44127.75109.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.94%
GREEN value IS 234 (91.80% from 255) = 36.11%
BLUE value IS 220 (86.33% from 255) = 33.95%
R=29.94%
G=36.11%
B=33.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1942342200.1700.060.0815948.7883.92
HexC2EADC110689f3154
Octal30235233421061023761124
Binary1100001011101010110111001000101101000100111111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EADC; }

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

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

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

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

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

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

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

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