Html Css Color HEX #C2EEDC Mint Tulip

📋 copy color: '#C2EEDC'

red 194 ◦ green 238 ◦ blue 220

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

Shades of Mint Tulip #C2EEDC

Tints of Mint Tulip #C2EEDC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.5%

 BLUE value IS 220 (86.33% from 255) = 33.74%

R = 29.75%
G = 36.5%
B = 33.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#C2EEDC (or 0xC2EEDC) is known color: Mint Tulip. HEX triplet: C2, EE and DC. RGB value is (194,238,220). Sum of RGB (Red+Green+Blue) = 194+238+220=652 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.75% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EEDC is #3D1123. Grayscale: #DEDEDE. Windows color (decimal): -4002084 or 14479042. OLE color: 14479042.

HSL color Cylindrical-coordinate representation of color #C2EEDC: hue angle of 155.45º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2EEDC is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 238 220 -
CMYK 0.18 0 0.08 0.07
HSL 155.45º 0.56% 0.85% -
HSV(B) 155.45º 0.18% 0.93% -
XYZ 65.74 77.79 79.26 -
YUV 222.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 194 238 220 0.18 0 0.08 0.07 155.45 0.56 0.85
Hex C2 EE DC 12 0 8 7 9B 38 55
Octal 302 356 334 22 0 10 7 233 70 125
Binary 11000010 11101110 11011100 10010 0 1000 111 10011011 111000 1010101

Color Harmonies of #C2EEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EEDC

Black with #C2EEDC

Text Example


Text Example

White with #C2EEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EEDC; }

 p { color: rgb(194,238,220); }

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

background-color css

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

 a { background-color: rgb(194,238,220); }

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

border-color css

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

 span { border-color: rgb(194,238,220); }

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