Html Css Color HEX #C2F1DD Mint Tulip

📋 copy color: '#C2F1DD'

red 194 ◦ green 241 ◦ blue 221

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

Shades of Mint Tulip #C2F1DD

Tints of Mint Tulip #C2F1DD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.74%

 BLUE value IS 221 (86.72% from 255) = 33.69%

R = 29.57%
G = 36.74%
B = 33.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#C2F1DD (or 0xC2F1DD) is known color: Mint Tulip. HEX triplet: C2, F1 and DD. RGB value is (194,241,221). Sum of RGB (Red+Green+Blue) = 194+241+221=656 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.57% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F1DD is #3D0E22. Grayscale: #E0E0E0. Windows color (decimal): -4001315 or 14545346. OLE color: 14545346.

HSL color Cylindrical-coordinate representation of color #C2F1DD: hue angle of 154.47º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2F1DD is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 241 221 -
CMYK 0.20 0 0.08 0.05
HSL 154.47º 0.63% 0.85% -
HSV(B) 154.47º 0.2% 0.95% -
XYZ 66.75 79.6 80.25 -
YUV 224.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 194 241 221 0.20 0 0.08 0.05 154.47 0.63 0.85
Hex C2 F1 DD 14 0 8 5 9A 3F 55
Octal 302 361 335 24 0 10 5 232 77 125
Binary 11000010 11110001 11011101 10100 0 1000 101 10011010 111111 1010101

Color Harmonies of #C2F1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F1DD

Black with #C2F1DD

Text Example


Text Example

White with #C2F1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F1DD; }

 p { color: rgb(194,241,221); }

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

background-color css

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

 a { background-color: rgb(194,241,221); }

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

border-color css

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

 span { border-color: rgb(194,241,221); }

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