Html Css Color HEX #C2EADC Mint Tulip

📋 copy color: '#C2EADC'

red 194 ◦ green 234 ◦ blue 220

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

Shades of Mint Tulip #C2EADC

Tints of Mint Tulip #C2EADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.11%

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

R = 29.94%
G = 36.11%
B = 33.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#C2EADC (or 0xC2EADC) is known color: Mint Tulip. HEX triplet: C2, EA and DC. RGB value is (194,234,220). Sum of RGB (Red+Green+Blue) = 194+234+220=648 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.94% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EADC is #3D1523. Grayscale: #DCDCDC. Windows color (decimal): -4003108 or 14478018. OLE color: 14478018.

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

Color convert

RGB 194 234 220 -
CMYK 0.17 0 0.06 0.08
HSL 159º 0.49% 0.84% -
HSV(B) 159º 0.17% 0.92% -
XYZ 64.59 75.48 78.88 -
YUV 220.44 127.75 109.14 -
System Red Green Blue C M Y K H S L
Decimal 194 234 220 0.17 0 0.06 0.08 159 0.49 0.84
Hex C2 EA DC 11 0 6 8 9F 31 54
Octal 302 352 334 21 0 6 10 237 61 124
Binary 11000010 11101010 11011100 10001 0 110 1000 10011111 110001 1010100

Color Harmonies of #C2EADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EADC

Black with #C2EADC

Text Example


Text Example

White with #C2EADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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