#C8EFDC

Color #C8EFDC Mint Tulip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Tulip #C8EFDC

Tints of Mint Tulip #C8EFDC

Color information

#C8EFDC (or 0xC8EFDC) is unknown color: approx Mint Tulip. HEX triplet: C8, EF and DC. RGB value is (200,239,220). Sum of RGB (Red+Green+Blue) = 200+239+220=659 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.35% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EFDC is #371023. Grayscale: #E1E1E1. Windows color (decimal): -3608612 or 14479304. OLE color: 14479304.

HSL color Cylindrical-coordinate representation of color #C8EFDC: hue angle of 150.77º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EFDC is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB200239220-
CMYK0.1600.080.06
HSL150.77º54.93%86.08%-
HSV(B)150.77º16.32%93.73%-
XYZ67.679.1879.43-
YUV225.17125.08110.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.35%
GREEN value IS 239 (93.75% from 255) = 36.27%
BLUE value IS 220 (86.33% from 255) = 33.38%
R=30.35%
G=36.27%
B=33.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002392200.1600.080.06150.7754.9386.08
HexC8EFDC10086973756
Octal31035733420010622767126
Binary1100100011101111110111001000001000110100101111101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EFDC; }

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

 H1.HeaderClassName
 {
   color: #C8EFDC;
 }
 .AnyTagClassName
 {
   color: #C8EFDC;
 }
</style>
background-color css

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

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

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

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

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

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