Html Css Color HEX #C0E4DA Mint Tulip

📋 copy color: '#C0E4DA'

red 192 ◦ green 228 ◦ blue 218

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

Shades of Mint Tulip #C0E4DA

Tints of Mint Tulip #C0E4DA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.74%

 BLUE value IS 218 (85.55% from 255) = 34.17%

R = 30.09%
G = 35.74%
B = 34.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#C0E4DA (or 0xC0E4DA) is known color: Mint Tulip. HEX triplet: C0, E4 and DA. RGB value is (192,228,218). Sum of RGB (Red+Green+Blue) = 192+228+218=638 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.09% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E4DA is #3F1B25. Grayscale: #D8D8D8. Windows color (decimal): -4135718 or 14345408. OLE color: 14345408.

HSL color Cylindrical-coordinate representation of color #C0E4DA: hue angle of 163.33º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0E4DA is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 228 218 -
CMYK 0.16 0 0.04 0.11
HSL 163.33º 0.4% 0.82% -
HSV(B) 163.33º 0.16% 0.89% -
XYZ 62.14 71.76 76.9 -
YUV 216.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 192 228 218 0.16 0 0.04 0.11 163.33 0.4 0.82
Hex C0 E4 DA 10 0 4 B A3 28 52
Octal 300 344 332 20 0 4 13 243 50 122
Binary 11000000 11100100 11011010 10000 0 100 1011 10100011 101000 1010010

Color Harmonies of #C0E4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E4DA

Black with #C0E4DA

Text Example


Text Example

White with #C0E4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E4DA; }

 p { color: rgb(192,228,218); }

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

background-color css

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

 a { background-color: rgb(192,228,218); }

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

border-color css

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

 span { border-color: rgb(192,228,218); }

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