Html Css Color HEX #C0E4D7 Mint Tulip

📋 copy color: '#C0E4D7'

red 192 ◦ green 228 ◦ blue 215

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

Shades of Mint Tulip #C0E4D7

Tints of Mint Tulip #C0E4D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.86%

R = 30.24%
G = 35.91%
B = 33.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#C0E4D7 (or 0xC0E4D7) is known color: Mint Tulip. HEX triplet: C0, E4 and D7. RGB value is (192,228,215). Sum of RGB (Red+Green+Blue) = 192+228+215=635 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.24% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E4D7 is #3F1B28. Grayscale: #D7D7D7. Windows color (decimal): -4135721 or 14148800. OLE color: 14148800.

HSL color Cylindrical-coordinate representation of color #C0E4D7: hue angle of 158.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 #C0E4D7 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 228 215 -
CMYK 0.16 0 0.06 0.11
HSL 158.33º 0.4% 0.82% -
HSV(B) 158.33º 0.16% 0.89% -
XYZ 61.75 71.6 74.86 -
YUV 215.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 192 228 215 0.16 0 0.06 0.11 158.33 0.4 0.82
Hex C0 E4 D7 10 0 6 B 9E 28 52
Octal 300 344 327 20 0 6 13 236 50 122
Binary 11000000 11100100 11010111 10000 0 110 1011 10011110 101000 1010010

Color Harmonies of #C0E4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E4D7

Black with #C0E4D7

Text Example


Text Example

White with #C0E4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E4D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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