Html Css Color HEX #C0EDDC Mint Tulip

📋 copy color: '#C0EDDC'

red 192 ◦ green 237 ◦ blue 220

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

Shades of Mint Tulip #C0EDDC

Tints of Mint Tulip #C0EDDC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.52%

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

R = 29.58%
G = 36.52%
B = 33.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#C0EDDC (or 0xC0EDDC) is known color: Mint Tulip. HEX triplet: C0, ED and DC. RGB value is (192,237,220). Sum of RGB (Red+Green+Blue) = 192+237+220=649 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.58% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDDC is #3F1223. Grayscale: #DDDDDD. Windows color (decimal): -4133412 or 14478784. OLE color: 14478784.

HSL color Cylindrical-coordinate representation of color #C0EDDC: hue angle of 157.33º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0EDDC is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 237 220 -
CMYK 0.19 0 0.07 0.07
HSL 157.33º 0.56% 0.84% -
HSV(B) 157.33º 0.19% 0.93% -
XYZ 64.94 76.94 79.14 -
YUV 221.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 192 237 220 0.19 0 0.07 0.07 157.33 0.56 0.84
Hex C0 ED DC 13 0 7 7 9D 38 54
Octal 300 355 334 23 0 7 7 235 70 124
Binary 11000000 11101101 11011100 10011 0 111 111 10011101 111000 1010100

Color Harmonies of #C0EDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EDDC

Black with #C0EDDC

Text Example


Text Example

White with #C0EDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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