Html Css Color HEX #C0FADE Mint Tulip

📋 copy color: '#C0FADE'

red 192 ◦ green 250 ◦ blue 222

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

Shades of Mint Tulip #C0FADE

Tints of Mint Tulip #C0FADE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.65%

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

R = 28.92%
G = 37.65%
B = 33.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#C0FADE (or 0xC0FADE) is known color: Mint Tulip. HEX triplet: C0, FA and DE. RGB value is (192,250,222). Sum of RGB (Red+Green+Blue) = 192+250+222=664 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.92% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FADE is #3F0521. Grayscale: #E5E5E5. Windows color (decimal): -4130082 or 14613184. OLE color: 14613184.

HSL color Cylindrical-coordinate representation of color #C0FADE: hue angle of 151.03º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0FADE is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 250 222 -
CMYK 0.23 0 0.11 0.02
HSL 151.03º 0.85% 0.87% -
HSV(B) 151.03º 0.23% 0.98% -
XYZ 69.11 84.85 81.84 -
YUV 229.47 123.78 101.28 -
System Red Green Blue C M Y K H S L
Decimal 192 250 222 0.23 0 0.11 0.02 151.03 0.85 0.87
Hex C0 FA DE 17 0 B 2 97 55 57
Octal 300 372 336 27 0 13 2 227 125 127
Binary 11000000 11111010 11011110 10111 0 1011 10 10010111 1010101 1010111

Color Harmonies of #C0FADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FADE

Black with #C0FADE

Text Example


Text Example

White with #C0FADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FADE; }

 p { color: rgb(192,250,222); }

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

background-color css

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

 a { background-color: rgb(192,250,222); }

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

border-color css

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

 span { border-color: rgb(192,250,222); }

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