Html Css Color HEX #C0EFDC Mint Tulip

📋 copy color: '#C0EFDC'

red 192 ◦ green 239 ◦ blue 220

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

Shades of Mint Tulip #C0EFDC

Tints of Mint Tulip #C0EFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.71%

 BLUE value IS 220 (86.33% from 255) = 33.79%

R = 29.49%
G = 36.71%
B = 33.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#C0EFDC (or 0xC0EFDC) is known color: Mint Tulip. HEX triplet: C0, EF and DC. RGB value is (192,239,220). Sum of RGB (Red+Green+Blue) = 192+239+220=651 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.49% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EFDC is #3F1023. Grayscale: #DEDEDE. Windows color (decimal): -4132900 or 14479296. OLE color: 14479296.

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

Color convert

RGB 192 239 220 -
CMYK 0.20 0 0.08 0.06
HSL 155.74º 0.59% 0.85% -
HSV(B) 155.74º 0.2% 0.94% -
XYZ 65.52 78.11 79.33 -
YUV 222.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 192 239 220 0.20 0 0.08 0.06 155.74 0.59 0.85
Hex C0 EF DC 14 0 8 6 9C 3B 55
Octal 300 357 334 24 0 10 6 234 73 125
Binary 11000000 11101111 11011100 10100 0 1000 110 10011100 111011 1010101

Color Harmonies of #C0EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EFDC

Black with #C0EFDC

Text Example


Text Example

White with #C0EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EFDC; }

 p { color: rgb(192,239,220); }

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

background-color css

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

 a { background-color: rgb(192,239,220); }

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

border-color css

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

 span { border-color: rgb(192,239,220); }

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