#C3F2DC

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

Shades of Mint Tulip #C3F2DC

Tints of Mint Tulip #C3F2DC

Color information

#C3F2DC (or 0xC3F2DC) is unknown color: approx Mint Tulip. HEX triplet: C3, F2 and DC. RGB value is (195,242,220). Sum of RGB (Red+Green+Blue) = 195+242+220=657 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.68% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F2DC is #3C0D23. Grayscale: #E1E1E1. Windows color (decimal): -3935524 or 14480067. OLE color: 14480067.

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

Color convert

RGB195242220-
CMYK0.1900.090.05
HSL151.91º64.38%85.69%-
HSV(B)151.91º19.42%94.9%-
XYZ67.1880.2779.66-
YUV225.44124.93106.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.68%
GREEN value IS 242 (94.92% from 255) = 36.83%
BLUE value IS 220 (86.33% from 255) = 33.49%
R=29.68%
G=36.83%
B=33.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1952422200.1900.090.05151.9164.3885.69
HexC3F2DC13095984056
Octal303362334230115230100126
Binary11000011111100101101110010011010011011001100010000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F2DC; }

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

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

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

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

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

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

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

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