Html Css Color HEX #C2F0DE Mint Tulip

📋 copy color: '#C2F0DE'

red 194 ◦ green 240 ◦ blue 222

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

Shades of Mint Tulip #C2F0DE

Tints of Mint Tulip #C2F0DE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.59%

 BLUE value IS 222 (87.11% from 255) = 33.84%

R = 29.57%
G = 36.59%
B = 33.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#C2F0DE (or 0xC2F0DE) is known color: Mint Tulip. HEX triplet: C2, F0 and DE. RGB value is (194,240,222). Sum of RGB (Red+Green+Blue) = 194+240+222=656 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.57% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F0DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F0DE is #3D0F21. Grayscale: #E0E0E0. Windows color (decimal): -4001570 or 14610626. OLE color: 14610626.

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

Color convert

RGB 194 240 222 -
CMYK 0.19 0 0.08 0.06
HSL 156.52º 0.61% 0.85% -
HSV(B) 156.52º 0.19% 0.94% -
XYZ 66.59 79.06 80.86 -
YUV 224.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 194 240 222 0.19 0 0.08 0.06 156.52 0.61 0.85
Hex C2 F0 DE 13 0 8 6 9D 3D 55
Octal 302 360 336 23 0 10 6 235 75 125
Binary 11000010 11110000 11011110 10011 0 1000 110 10011101 111101 1010101

Color Harmonies of #C2F0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F0DE

Black with #C2F0DE

Text Example


Text Example

White with #C2F0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F0DE; }

 p { color: rgb(194,240,222); }

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

background-color css

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

 a { background-color: rgb(194,240,222); }

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

border-color css

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

 span { border-color: rgb(194,240,222); }

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