#C3EADC

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

Shades of Mint Tulip #C3EADC

Tints of Mint Tulip #C3EADC

Color information

#C3EADC (or 0xC3EADC) is unknown color: approx Mint Tulip. HEX triplet: C3, EA and DC. RGB value is (195,234,220). Sum of RGB (Red+Green+Blue) = 195+234+220=649 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.05% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #C3EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EADC is #3C1523. Grayscale: #DCDCDC. Windows color (decimal): -3937572 or 14478019. OLE color: 14478019.

HSL color Cylindrical-coordinate representation of color #C3EADC: hue angle of 158.46º degrees, saturation: 0.48, 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 #C3EADC is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB195234220-
CMYK0.1700.060.08
HSL158.46º48.15%84.12%-
HSV(B)158.46º16.67%91.76%-
XYZ64.8575.6278.89-
YUV220.74127.58109.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.05%
GREEN value IS 234 (91.80% from 255) = 36.06%
BLUE value IS 220 (86.33% from 255) = 33.90%
R=30.05%
G=36.06%
B=33.90%

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
Decimal1952342200.1700.060.08158.4648.1584.12
HexC3EADC110689e3054
Octal30335233421061023660124
Binary1100001111101010110111001000101101000100111101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EADC; }

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

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

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

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

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

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

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

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