Html Css Color HEX #C2E6DA Mint Tulip

📋 copy color: '#C2E6DA'

red 194 ◦ green 230 ◦ blue 218

#C2E6DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Tulip #C2E6DA

Tints of Mint Tulip #C2E6DA

RGB

 RED value IS 194 (76.17% from 255) = 30.22%

 GREEN value IS 230 (90.23% from 255) = 35.83%

 BLUE value IS 218 (85.55% from 255) = 33.96%

R = 30.22%
G = 35.83%
B = 33.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#C2E6DA (or 0xC2E6DA) is known color: Mint Tulip. HEX triplet: C2, E6 and DA. RGB value is (194,230,218). Sum of RGB (Red+Green+Blue) = 194+230+218=642 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.22% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2E6DA is #3D1925. Grayscale: #D9D9D9. Windows color (decimal): -4004134 or 14345922. OLE color: 14345922.

HSL color Cylindrical-coordinate representation of color #C2E6DA: hue angle of 160º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2E6DA is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 230 218 -
CMYK 0.16 0 0.05 0.10
HSL 160º 0.42% 0.83% -
HSV(B) 160º 0.16% 0.9% -
XYZ 63.2 73.12 77.11 -
YUV 217.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 194 230 218 0.16 0 0.05 0.10 160 0.42 0.83
Hex C2 E6 DA 10 0 5 A A0 2A 53
Octal 302 346 332 20 0 5 12 240 52 123
Binary 11000010 11100110 11011010 10000 0 101 1010 10100000 101010 1010011

Color Harmonies of #C2E6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E6DA

Black with #C2E6DA

Text Example


Text Example

White with #C2E6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E6DA; }

 p { color: rgb(194,230,218); }

 H1.HeaderClassName
 {
   color: #C2E6DA;
 }
 .AnyTagClassName
 {
   color: #C2E6DA;
 }
</style>

background-color css

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

 a { background-color: rgb(194,230,218); }

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

border-color css

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

 span { border-color: rgb(194,230,218); }

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