Html Css Color HEX #C0F2DD Mint Tulip

📋 copy color: '#C0F2DD'

red 192 ◦ green 242 ◦ blue 221

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

Shades of Mint Tulip #C0F2DD

Tints of Mint Tulip #C0F2DD

RGB

 RED value IS 192 (75.39% from 255) = 29.31%

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

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

R = 29.31%
G = 36.95%
B = 33.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#C0F2DD (or 0xC0F2DD) is known color: Mint Tulip. HEX triplet: C0, F2 and DD. RGB value is (192,242,221). Sum of RGB (Red+Green+Blue) = 192+242+221=655 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.31% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F2DD is #3F0D22. Grayscale: #E0E0E0. Windows color (decimal): -4132131 or 14545600. OLE color: 14545600.

HSL color Cylindrical-coordinate representation of color #C0F2DD: hue angle of 154.8º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F2DD is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 242 221 -
CMYK 0.21 0 0.09 0.05
HSL 154.8º 0.66% 0.85% -
HSV(B) 154.8º 0.21% 0.95% -
XYZ 66.54 79.93 80.33 -
YUV 224.66 125.94 104.71 -
System Red Green Blue C M Y K H S L
Decimal 192 242 221 0.21 0 0.09 0.05 154.8 0.66 0.85
Hex C0 F2 DD 15 0 9 5 9B 42 55
Octal 300 362 335 25 0 11 5 233 102 125
Binary 11000000 11110010 11011101 10101 0 1001 101 10011011 1000010 1010101

Color Harmonies of #C0F2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F2DD

Black with #C0F2DD

Text Example


Text Example

White with #C0F2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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