Html Css Color HEX #C0F4DF Mint Tulip

📋 copy color: '#C0F4DF'

red 192 ◦ green 244 ◦ blue 223

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

Shades of Mint Tulip #C0F4DF

Tints of Mint Tulip #C0F4DF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.03%

 BLUE value IS 223 (87.5% from 255) = 33.84%

R = 29.14%
G = 37.03%
B = 33.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#C0F4DF (or 0xC0F4DF) is known color: Mint Tulip. HEX triplet: C0, F4 and DF. RGB value is (192,244,223). Sum of RGB (Red+Green+Blue) = 192+244+223=659 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.14% from 659); Green value is 244 (95.70% from 255 or 37.03% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F4DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F4DF is #3F0B20. Grayscale: #E2E2E2. Windows color (decimal): -4131617 or 14677184. OLE color: 14677184.

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

Color convert

RGB 192 244 223 -
CMYK 0.21 0 0.09 0.04
HSL 155.77º 0.7% 0.85% -
HSV(B) 155.77º 0.21% 0.96% -
XYZ 67.41 81.24 81.94 -
YUV 226.06 126.27 103.71 -
System Red Green Blue C M Y K H S L
Decimal 192 244 223 0.21 0 0.09 0.04 155.77 0.7 0.85
Hex C0 F4 DF 15 0 9 4 9C 46 55
Octal 300 364 337 25 0 11 4 234 106 125
Binary 11000000 11110100 11011111 10101 0 1001 100 10011100 1000110 1010101

Color Harmonies of #C0F4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F4DF

Black with #C0F4DF

Text Example


Text Example

White with #C0F4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F4DF; }

 p { color: rgb(192,244,223); }

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

background-color css

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

 a { background-color: rgb(192,244,223); }

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

border-color css

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

 span { border-color: rgb(192,244,223); }

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