Html Css Color HEX #C2F2DD Mint Tulip

📋 copy color: '#C2F2DD'

red 194 ◦ green 242 ◦ blue 221

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

Shades of Mint Tulip #C2F2DD

Tints of Mint Tulip #C2F2DD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.83%

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

R = 29.53%
G = 36.83%
B = 33.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#C2F2DD (or 0xC2F2DD) is known color: Mint Tulip. HEX triplet: C2, F2 and DD. RGB value is (194,242,221). Sum of RGB (Red+Green+Blue) = 194+242+221=657 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.53% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F2DD is #3D0D22. Grayscale: #E1E1E1. Windows color (decimal): -4001059 or 14545602. OLE color: 14545602.

HSL color Cylindrical-coordinate representation of color #C2F2DD: hue angle of 153.75º degrees, saturation: 0.65, 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 #C2F2DD is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 242 221 -
CMYK 0.20 0 0.09 0.05
HSL 153.75º 0.65% 0.85% -
HSV(B) 153.75º 0.2% 0.95% -
XYZ 67.05 80.19 80.35 -
YUV 225.25 125.6 105.71 -
System Red Green Blue C M Y K H S L
Decimal 194 242 221 0.20 0 0.09 0.05 153.75 0.65 0.85
Hex C2 F2 DD 14 0 9 5 9A 41 55
Octal 302 362 335 24 0 11 5 232 101 125
Binary 11000010 11110010 11011101 10100 0 1001 101 10011010 1000001 1010101

Color Harmonies of #C2F2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F2DD

Black with #C2F2DD

Text Example


Text Example

White with #C2F2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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