#C2EFDB

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

Shades of Mint Tulip #C2EFDB

Tints of Mint Tulip #C2EFDB

Color information

#C2EFDB (or 0xC2EFDB) is unknown color: approx Mint Tulip. HEX triplet: C2, EF and DB. RGB value is (194,239,219). Sum of RGB (Red+Green+Blue) = 194+239+219=652 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.75% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EFDB is #3D1024. Grayscale: #DFDFDF. Windows color (decimal): -4001829 or 14413762. OLE color: 14413762.

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

Color convert

RGB194239219-
CMYK0.1900.080.06
HSL153.33º58.44%84.9%-
HSV(B)153.33º18.83%93.73%-
XYZ65.978.3278.66-
YUV223.26125.59107.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.75%
GREEN value IS 239 (93.75% from 255) = 36.66%
BLUE value IS 219 (85.94% from 255) = 33.59%
R=29.75%
G=36.66%
B=33.59%

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
Decimal1942392190.1900.080.06153.3358.4484.9
HexC2EFDB13086993a55
Octal30235733323010623172125
Binary1100001011101111110110111001101000110100110011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EFDB; }

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

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

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

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

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

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

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

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