#C5EADC

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

Shades of Mint Tulip #C5EADC

Tints of Mint Tulip #C5EADC

Color information

#C5EADC (or 0xC5EADC) is unknown color: approx Mint Tulip. HEX triplet: C5, EA and DC. RGB value is (197,234,220). Sum of RGB (Red+Green+Blue) = 197+234+220=651 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.26% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EADC is #3A1523. Grayscale: #DDDDDD. Windows color (decimal): -3806500 or 14478021. OLE color: 14478021.

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

Color convert

RGB197234220-
CMYK0.1600.060.08
HSL157.3º46.84%84.51%-
HSV(B)157.3º15.81%91.76%-
XYZ65.3775.8878.91-
YUV221.34127.24110.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.26%
GREEN value IS 234 (91.80% from 255) = 35.94%
BLUE value IS 220 (86.33% from 255) = 33.79%
R=30.26%
G=35.94%
B=33.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1972342200.1600.060.08157.346.8484.51
HexC5EADC100689d2f55
Octal30535233420061023557125
Binary1100010111101010110111001000001101000100111011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EADC; }

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

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

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

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

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

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

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

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